That is right Number3D is deprecated from Away3.6 onwards . Use Vector3D instead :)
On Mon, Dec 27, 2010 at 5:15 PM, MaitrePodo <[email protected]> wrote: > 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. -- Michael Ivanov ,Programmer Neurotech Solutions Ltd. Flex|Air |3D|Unity| www.neurotechresearch.com http://blog.alladvanced.net http://www.meetup.com/GO3D-Games-Opensource-3D/ Tel:054-4962254 [email protected] [email protected]
