Hello
I try to import a model make in maya and export in Collada. You can
see the DAE here : http://away3d-dev.googlegroups.com/web/screen_reduced.dae
The dae parsing works well but when this object is on my camera field
of view, i have this error on the call to viewport.render() :
Error: isNaN(sz)
at away3d.cameras.lenses::ZoomFocusLens/project()[D:\Guillaume
\workspaceFB4\Away3D_3_3\src\away3d\cameras\lenses\ZoomFocusLens.as:
104]
at away3d.core.project::MeshProjector/primitives()[D:\Guillaume
\workspaceFB4\Away3D_3_3\src\away3d\core\project\MeshProjector.as:131]
at away3d.core.traverse::PrimitiveTraverser/apply()[D:\Guillaume
\workspaceFB4\Away3D_3_3\src\away3d\core\traverse
\PrimitiveTraverser.as:101]
at away3d.core.base::Object3D/traverse()[D:\Guillaume
\workspaceFB4\Away3D_3_3\src\away3d\core\base\Object3D.as:1486]
at away3d.containers::ObjectContainer3D/traverse()[D:\Guillaume
\workspaceFB4\Away3D_3_3\src\away3d\containers\ObjectContainer3D.as:
268]
at away3d.containers::ObjectContainer3D/traverse()[D:\Guillaume
\workspaceFB4\Away3D_3_3\src\away3d\containers\ObjectContainer3D.as:
268]
at away3d.containers::View3D/render()[D:\Guillaume
\workspaceFB4\Away3D_3_3\src\away3d\containers\View3D.as:885]
There's probably a problem with my export but i try plenty exports and
have always the same error.
I appreciate any help on this issue.
Thanks and sorry for my english :)
Guillaume