Hi,
i´m messing around with the car example and am trying to make the plants grow and shrink individually using setScale acording to a 'health' variable. The problem is that all the plants sem to react to the first time ot is called and never again.
any suggestions?
Remove the call to enableLazyTransformations(); from Plant and it should work.
ah.. great it worked. i found it in the constructor for PlantManager as well as in the place Plant routine.
thanks for the quick reply