Hi!
My problem: I’m loading an simple obj.-file (made in Blender) into Prefab v1. The file contains a simple primitive (a Plane). When I now export the file to AS3, Prefab exports a class where the Plane is defined as Mesh, but not as an object of type Plane (though it looks geometrically the same).
I’m now running into problems when it comes to dynamic texturing - the material is not applied to the mesh in the same way like it is to a plane - it’s “split” and rotated ...
I’m planning to load and texture lot’s of planes dynamically - so, ist there any way to get Prefab to export the Planes as Planes? Or can I build a Plane from a Mesh in some way (as workaround)?
Thx very much in advance!
Ben
(Ps: when I draw the primitive plane inside of Prefab using the Primitives-Generator, Prefab exports the Plane as Plane (AS3: new Plane() )... But drawing in Prefab is not an option for my Project).