Game Development Community

how to stop cloudlayer jumping to start position on update?

by deepscratch · in Torque 3D Professional · 06/22/2014 (5:55 am) · 2 replies

hi all,
I am still working on the time and weather project and ran into another issue: when updating cloud density(or antything else related to changing clouds), the layer restarts from where it was when the game began. this is quite an eyesore as it is very visible, any ideas how to keep the cloudlayers current position when updating it?

#1
06/22/2014 (8:45 am)
Is it possible for you to save the offset position before you update it, then reset the position to the offset?
#2
06/22/2014 (8:15 pm)
I will have to try that out.