myobject.x = 3000;
myobject.y = 3000;
myobject.z = 3000;
ss.plane.position = myobject.position;
Fabrice
On Apr 16, 2009, at 10:54 AM, gordon wrote:
But SimpleShadow.plane is only a readable property.
Can you give me a code exmaple, because i used the property, but
without any change.
On 16 Apr., 10:28, Fabrice <fabric...@gmail.com> wrote:
Hi Gordon,
you can simply access the SimpleShadow.plane and set same position/
rotations as the object3D.
There are also some draw update feature if the rotation is other
that Y
but it will cost much more...
note that alpha can be done using ARGB colorvalue like this
0x80CCCCCC
Fabrice
On Apr 16, 2009, at 9:52 AM, gordon wrote:
hello,
i create a simple shadow for my object.
if i rotate my object, i will rotate the shadow too.
how does it works?
gordon