-
I've been tinkering with this and am very v e r y slowly getting somewhere, but I'm a little stuck. I'm trying to add an object to the landscape every 12ms (just a testing time) but its not working. no doubt I'm totally doing it wrong but feel free to laugh at how useless I am and tell me where I messed up.
here is the file (sorry, had to use a free hosting site) http://www.filedropper.com/landscapetest6
in my head, I'm trying to use a variable to remember the current landscape height and pass that on to the object so the object is added to the top of it, sadly its not working. its working in my head but not in fusion. :)
-
1 Attachment(s)
Hi Paul,
you were very close, actually,
I made just some slight modifications:
Attachment 18358
Make sure you familiarize with the "hot spot"
since scaling an object will position it according to its hot spot
also, Y position is again calculated at hot-spot
so, since your hot-spot was in the middle of the object,
the red-things were created at that position, instead you want them to be on top (so you can use Y-Top)
see example and feel free to ask for any need