Questions tagged [papervision3d]

Papervision3D is an open-source real-time 3D engine for Flash. Development ended in 2010

Papervision3D is an open-source real-time 3D engine for Flash. Development ended in 2010, and began in 2005. The initial release extended the ActionScript 2 API, and subsequent releases support the ActionScript 3 API. It does not support the Stage3D function of Flash Player 11.

140 questions
0
votes
1 answer

Mapping a 2D object to 3D space, maintining 2D size

I have a papervision3d sphere primitive that I am adding to a scene. The sphere is being sized with a radius of 285. However, because of my camera properties (zoom, focus and z) the sphere is rendering at 206px instead of 570px which is what I…
sberry
  • 128,281
  • 18
  • 138
  • 165
0
votes
1 answer

Planewidth after bending (using pv3d, as3dmod)

I got a huge problem. I'm stuck there for two weeks now. It's seems pretty simple. I'm creating a plane, mapping a texture to it. After that I bend it, using the bend modifier from as3dmod. Of course the plane got smaller after the bending…
MisterDan
  • 71
  • 1
  • 4
0
votes
1 answer

Very small 3d rendering

I'm writing a small piece of code on 3D model rendition based on this post: http://active.tutsplus.com/tutorials/3d/quick-tip-displaying-a-3d-model-with-papervision3d/ I downloaded a free DAE file (car_shell_001.dae) and a texture…
user1786105
0
votes
2 answers

Flash Texture Mapped Triangles look horrible

I have a 3D cube made with PaperVision3D. Each "side" is made of 2 triangles. I have a different texture "material" mapped to each side. When I rotate the cube the texture is skewed like '/\' an upside down v between both triangles. When looking at…
user113476
0
votes
1 answer

FLASH AS3 change bitmap on click

I'm hoping one of the many helpful FLASH genius' on this site can share the code bit necessary to update the bitmap in this sample code: http://www.flashmo.com/preview/flashmo_096_3d_cylinder_box When clicked I want to have any of the picture's…
Jay Marm
  • 556
  • 5
  • 12
0
votes
2 answers

Papervision3D; rotate child objects within camera view

It's my first time with Papervision3D and I have created a slide show of images that is skewed on the y-axis. Smallest photos on the left, and they increase in size going to the right. So they zoom from left to right, smallest to biggest. I have a…
Chuck
0
votes
1 answer

ScrollPane in Papervision3D

I am having major issues with a ScrollPane component in Papervision3D. This issue has been brought up at a couple of different forums, but not…
0
votes
1 answer

How to set alpha on a DAE?

I'm a bit new to Papervision3D, and I'm trying to set the alpha level on a DAE I'm loading from a Collada file. How can this be done? I'm aware that I can set useOwnContainer to true and set the alpha then, but I'm trying to avoid this so that I…
GunterVeis
0
votes
1 answer

Mixing different version of the same library in flex

How can I use two version of a library in the same project in Flex (using Eclipse). (in my case the library is papervision3d , and I have written some code using the older version, but due to big changes many of the used function exist no more) thx
resiros
0
votes
1 answer

Differences between BasicRenderEngine and LazyRenderEngine?

Anyone out there who knows what are the differences between BasicRenderEngine and LazyRenderEngine?
chchrist
  • 18,854
  • 11
  • 48
  • 82
0
votes
1 answer

How to improve Papervision 3D text rendering quality?

i'm texturing a plane on papervision 3d and i tried several settings with no avail, text looks bad anyway. Here's an example: this is how i make the material: var mc:MovieClip = new MovieClip(); var txt:TextField = new TextField(); …
AlfredoVR
  • 4,069
  • 3
  • 25
  • 33
0
votes
0 answers

AS3: The precise algorithm in Papervision3D?

When you use Graphics.drawTriangles() and Graphics.beginBitmapFill() to draw two triangles to create a rectangle face, when the face is not square or rectangle, but rather a trapezoid, or an irregular shape, the bitmap used to fill the face is…
hello all
  • 252
  • 2
  • 17
0
votes
3 answers

Papervision3D books to buy

Can anyone suggest me a good papervision3D book to read? I know as3 pretty well but I'm just starting out with pv3d.
chchrist
  • 18,854
  • 11
  • 48
  • 82
0
votes
1 answer

Display nothing when I import .DAE file from blender 2.5 to Papervision 3D 2.1 why?

I have created a cube and applied materials and texture in blender (2.5). But when I import that model to Papervision 3d (2.1), I don't see anything - just a blank screen. On the other hand, if I use any other .dae model(for example, I am referring…
Gobi
  • 155
  • 1
  • 1
  • 14
0
votes
1 answer

Can I save the papervision 3d model as image in Flash CS6?

I am thinking to use Papervision 3d and Flash for my project. I have doubt that Can I save the Papervision 3d model as image (JPG or PNG) in Flash CS6? For example, I am going to import a model from blender, after that I will apply texture to that…
Gobi
  • 155
  • 1
  • 1
  • 14
1 2 3
9
10