Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
24 views

FLARToolkit with multiple markers

I want to show multiple movieassetmaterial using multiple markers with FLARToolkit and papervision3d. I am able to show the single marker and single movie properly. How should i proceed for multiple ...
0
votes
3answers
212 views

how I can get mouse z coordinates on flex papervision3d?

I am working on panoramic scene . And I want to move a plane with cursor. When I move mouse, plane must be mouse coordinates. And I want to take plane 3D coordinates (x,y,z) expecially z-coordinate. ...
0
votes
2answers
174 views

PV3D DAE Import - Random normals flipped, random scale?

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 ...
0
votes
1answer
275 views

Shader vs Shader Material , papervision specific , general insight welcome

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 ...
0
votes
1answer
746 views

Papervision problem with UV mapping on DAE/COLLADA model

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 ...
0
votes
3answers
308 views

Papervision3D books to buy [closed]

Can anyone suggest me a good papervision3D book to read? I know as3 pretty well but I'm just starting out with pv3d.
0
votes
1answer
194 views

Problem with BasicView and CameraType.SPRING

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 ...