Downloads
Heightmap Parser:
| File | Size | Description |
| Heightmap.as | 5.87 KB | Main source file. Should be placed in org.papervision3d.objects.parsers. |
| test.swf | 39.96 KB | Heightmap test #1 |
| test3.swf | 51.47 KB | Heightmap test #3 |
| testb.swf | 45.64 KB | Heightmap test #2 |
Sculpted Prim Parser:
| File | Size | Description |
| apple.jpg | 3.18 KB | This is just a texture of a red apple. |
| Sculpted.as | 6.3 KB | The Sculpted Prim class. Add this to your papervision3d “parsers” folder. |
| sculptex.jpg | 1.76 KB | This is a Sculpt Map. The image is a way to store information about the 3d model that the parser creates. |
| sculpt_test.swf | 44.53 KB | A test of the apple sculpted model. This model is completley generated from the two jpegs supplied above. |
Page Turn:
| File | Size | Description |
| curl.swf | 76.59 KB | Pageturn Example |
| CurlingPlane.as | 7.56 KB | This is not my code. AS3 implementation of the CurlingPlane class written by Lee Felarca. |
| Main.as | 1.86 KB | Example of using CurlingPlane with PaperBase |
| PaperBase.as | 3.25 KB | My PaperBase class. This is the version which is working with this example. |




which is the latest version of papervision, i see it hosted on google code as being 1.5 your examples dont fit this model i have discovered, It would be good to clear this up and save other people some time, which is what your web page is helping to do thanks by the way..
The 2.0 alpha is available on google code using svn…
For Page Turn, I tried using the 2 different versions of PaperBase.as but get this error.
Papervision3D Public Alpha 2.0 - Great White (24.03.08)
TypeError: Error #1007: Instantiation attempted on a non-constructor.
at Main/Main::init3d()
at PaperBase/init()
at Main$iinit()
Can someone help?
hi, i still cant seem to find it, how do i use svn to download it, can some1 please help me.
thanx
If you’re looking for the GreatWhite, PV3D 2.0 source via SVN download then check the instructions here:
http://papervision2.com/2-getting-the-source/
Glidias: I got the same error, and it was because of the embedded jpg (ButtonIm). It didn’t wanna work even when I gave an existing image path, so finally I solved it by using a bitmap from the library.
I am getting this same error. mikl, can you please expand on your solution?
TypeError: Error #1007: Instantiation attempted on a non-constructor.
at Main/Main::init3d()
at PaperBase/init()
at Main$iinit()
Can someone help