Prefab exporting mesh only from .obj as AS class, results in a non compiling class

Software: Prefab3D

salvador, Newbie
Posted: 19 October 2012 12:33 PM   Total Posts: 4

Not that is a blocking problem, but for robustness, when exporting an .obj as AS class, when only exporting the mesh(no lights, images, etc), the resulting class file

...
var flipper:Mesh = buildMesh(new Geometry(), flipper, “flipper”, nullnull);
...

the resulting class, needs to add this line in the imports section:
import away3d.core.base.Geometry;

and the nullnull, needs to be separated by comma, null,null.

   

Avatar
Fabrice Closier, Administrator
Posted: 19 October 2012 01:20 PM   Total Posts: 1265   [ # 1 ]

Thank you for the report. (I assume you run the latest, currently 2.128)
Can you provide me offline the entire class + a snapshot of the mesh geometry details of this “flipper” mesh please? (fabrice3d at gmail dot com).

   

Avatar
Fabrice Closier, Administrator
Posted: 19 October 2012 02:08 PM   Total Posts: 1265   [ # 2 ]

Release update 2.129 should fix this issue.

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X