[Papervision3D] Some examples to maybe build on...

Yaakov Albietz yalbietz at gmail.com
Sun Jan 7 22:58:27 EST 2007


Even though it's total garbage, I took a bunch of the suggestions and tips
in the example files and put them all together, which could help people just
getting started, including the PV3D sources. The sources require that you
are running XPanel to output debug codes, which is easily removed if
necessary. xpanel can be found here: http://www.ajaxmaker.com/xpanel/xp2.zipor
http://www.ajaxmaker.com/xpanel/xpanel.htm for the main page.

For my second Flashdevelop AS3 setup, I found an easier tutorial that got me
going in a few minutes. I set up my computer following the easy instructions
found here:
http://danny-t.co.uk/index.php/tutorials/free-flex2-development-environment/.
I would suggest using the default setup, passing mxml compiler
parameters
as necessary. I had Ant set up on my other machine and the compile took
forever. The default FD 2.02 mtasc compiler settings host the compiler in
memory and it's much faster.

I took a few suggestions seen in other places to optimize framerate, and I
got it going pretty fast. Basically, the timer function seems to be a bit
faster than the Onframeenter function. Also I separated the keyboard input
into a separate timer to allow the rendered to run as fast as possible. I
also optimized the ints in the pv3d sources per the suggestion a few days
ago.

crude movement and acceleration controllable using quake keys... W-forward
S-back A-strafe left D-strafe right.

I just wanted to post what I've been banging my head on to help anybody
wanting to get started or to pick up from here... Everything's not so well
documented yet... and it doesn't help that Macromedia/Adobe still has
terrible documentation.

Let's build cool stuff...

Hope this helps,
Yaakov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20070107/82a08d6f/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: world.zip
Type: application/zip
Size: 82668 bytes
Desc: not available
Url : http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20070107/82a08d6f/world-0001.zip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: world_inside.jpg
Type: image/jpeg
Size: 22329 bytes
Desc: not available
Url : http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20070107/82a08d6f/world_inside-0001.jpg


More information about the Papervision3D mailing list