Examples and full source included for Lighting in Away3D 3.6 and lower.

http://www.allforthecode.co.uk/aftc/forum/user/modules/forum/article_browser.php?index=4&subindex=5&clist=118

<http://www.allforthecode.co.uk/aftc/forum/user/modules/forum/article_browser.php?index=4&subindex=5&clist=118>
D



<http://www.allforthecode.co.uk/aftc/forum/user/modules/forum/article_browser.php?index=4&subindex=5&clist=118>

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.

Reply via email to