Working with the BasicView class in Papervision 2.0, I'm getting an error when compiling:
1119: Access of possibly undefined property SPRING through a
reference with static type Class.
If I comment out the access of that static property and add the constant value manually, it works as expected:
case "Spring": //CameraType.SPRIN...
Can anyone suggest me a good papervision3D book to read? I know as3 pretty well but I'm just starting out with pv3d.
...
Hi,
In PaperVision3D I am loading a COLLADA model which I have UV mapped. Everything seems to work okay except I am getting some bad texture distortion. Can anyone advise me on what I am seeing and what a possible solution is? I have attached an image of the distortion, I have tinted the obvious distortions on the right in red.
T...
hello overflow.
I asked this question on the pv3d forum and not a single person could, or cared to answer it.
Im relatively new to 3d so i apologize if this is common sense to some.
I have a sphere , in which i am applying a CellMaterial to. Looks great.
I noticed that in the papervision sdk , there is also a CellShader.
Should I...
I am developing a PV3D application that imports DAE models exported by Blender's Collada Exporter plugin (1.4). When I build them in Blender, I use exact dimensions (the end-game is to have scale models in PV3D).
Using the same scale of dimensions, some models appear in PV3D extremely tiny, while others are the appropriate size. Many ap...
Hi All,
I have created a Flex application for a AR Campaign.
I am using an external SWF that contain an animation included a particles emitter as my movieMaterial for my PV3D plane.
I have created a CustomFLAR class, so my project is more organized.
Particles Emitter: http://www.patrickjansen.net/stockflash/particleemitter/Readme.ht...