ywywdh / papervision3d

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

Problem with TriangleMesh3D #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have a class that uses TriangleMesh3D constructor with 5 params
2. PV documentation says it has 5 params
3. Compiler error: Incorrect number of arguments. Expected no more than 4
4. The constructor in current TriangleMesh3D.as file has 4 params.
5. When did the 5th param dissapeared? did it exist before?
6. How to change it?

What is the expected output? What do you see instead?
Compilation. I see no compilation.

What version of the product are you using? On what operating system?
Papervision3D 2.0, rev 859 and 815
Windows Vista
Flash CS3

Original issue reported on code.google.com by francisc...@gmail.com on 23 Jan 2009 at 1:35

GoogleCodeExporter commented 9 years ago
The current revision only has 4 parameters:
TriangleMesh3D( material:MaterialObject3D, vertices:Array, faces:Array,
name:String=null ) - most likely you were looking at an old version of the code?

Original comment by azu...@gmail.com on 4 Mar 2009 at 1:53