Thanks a lot for your answers! ;)
On 28 déc, 02:50, Darcey Lloyd <[email protected]> wrote: > Examples and full source included for Lighting in Away3D 3.6 and lower. > > http://www.allforthecode.co.uk/aftc/forum/user/modules/forum/article_... > > <http://www.allforthecode.co.uk/aftc/forum/user/modules/forum/article_...> > D > > <http://www.allforthecode.co.uk/aftc/forum/user/modules/forum/article_...> > > On 27 December 2010 15:15, 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.
