how can i remove object from Tweenlite private var planeCards:Plane; protected function animate():void
How can i control a collada model animations with papervision3D? And why everthing i find for papervision3D is 2008 or 2009 dated? is this library death开发者_高级运维??You can control DAE animation b
there\'s a simple thing in papervision I can\'t do , I want to have a sim开发者_如何学JAVAple button on my swf like we have in flash , just a 2d square which is on screen and you can click on it and h
I have a flash application and I use papervision3d library. I put my objects to the scene, no problem but I also want to show the 开发者_StackOverflow社区coordinate axes (x,y and z) to user.
I have a text3D and I want to mask it with a Plane . I usually mask my things by defining two ViewportLayers , then开发者_开发知识库 give every object a Layer by
I have a flex application and a papervision BasicView. I would like to add a new flex UIComponent (such as a button) from within the papervision class. I have posted the full example code below. It wo
I am trying tobuild a portfolio application similar to the used by Whitevoid. I am using Flex 4 and Papervision3D 2. I have everything working except for one issue. When I try to load an external SWF
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.I
im trying to tween a sprite to new 3D coordinates (x,y,z) using AS3 and i would like to use TweenLite to do it but i don\'t know how?
anyone actually successfully implement 3D object instancing with p开发者_开发问答apervision 3d?