ok LightYear Rob the Wonderfull !!! this fixed the crash of the scene
& the sorting problem,
but now (with no change to my code), it returns this: (not translated
in english but you will understand:
RangeError: Error #1125: L'index 1237 est en dehors des limites 0.
        at away3dlite.core.render::Renderer/collectPointFace()
        at away3dlite.core.render::BasicRenderer/getFaceUnderPoint()
        at away3dlite.containers::View3D/fireMouseEvent()
        at away3dlite.containers::View3D/onRollOver()

the index changes depending on the model ...

the fact is that the only events in my scene are basic :
stage.addEventListener(MouseEvent.MOUSE_DOWN, onMouseDown);
stage.addEventListener(MouseEvent.MOUSE_UP, onMouseUp);
stage.addEventListener(Event.RESIZE, onResize);

to animate my cam.


Reply via email to