Hello, i am trying to use the PositionLight3D class but i always get the same error with the Number 3D : "Number3D cannot be found", i don't know why : here is my code :
import away3d.core.math.*; ... var light:PointLight3D = new PointLight3D(); ... light.position = new Number3D (70, 200, -200); even with : "import away3d.core.math.Number3D;" i get the same error, do you have any idea of how i can fix that? Thanks a lot.
