I'm importing a variety of models (3ds) in to PreFab 1.504 and
exporting them as AS3 classes for 3.6+ (geometry only)

The classes export fine, but as soon as I try to instantiate them,
they fail on

f = new Face( vVerts[parseInt(aFaces[i], 16)]

throwing

Property NaN not found on
__AS3__.vec.Vector.<away3d.core.base::Vertex> and there is no default
value.

Any ideas as to why?  Anyone else seen this?

Reply via email to