3Dfelipe / jiglibflash

Automatically exported from code.google.com/p/jiglibflash
0 stars 0 forks source link

Missing Import statements in Pv3dMesh #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Compile Class jiglib.plugin.papervision3d.Pv3dMesh

What is the expected output? What do you see instead?

Should compile without errors but fails because the following imports are 
missing:
import jiglib.data.TriangleVertexIndices;
import flash.geom.Vector3D;

What version of the product are you using? On what operating system?
- r. 222
- Mac OS X 10.6.8

Please provide any additional information below.

Original issue reported on code.google.com by F.Jesg...@gmail.com on 15 Dec 2011 at 3:21