kottore / away3d

Automatically exported from code.google.com/p/away3d
0 stars 0 forks source link

Skybox6 not working in HaXe port. #139

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The problem lies in line 45:

http://code.google.com/p/away3d/source/browse/trunk/haxe/Away3DLite/src/away3dli
te/primitives/Skybox6.hx#45

----
i = -1;
while (++i <= _segments)
{
    j = -1;
    while (++i <= _segments)
    ...
----

so maybe you want to increment j and not i again? :-)

Original issue reported on code.google.com by neusep...@gmail.com on 6 Dec 2010 at 5:52