Mar 17, 2008

A nice addition to the Papervision3D code base. With the latest repository version of Papervision3D 2.0 / GreatWhite, it is possible to cut any TriangleMesh into half. Here’s how :
var meshes:Array = MeshUtil.cutTriangleMesh(triangleMesh, cuttingPlane);
Where the cutting plane is a Plane3D and the triangle mesh is any object with it’s own triangle geometry, including for instance ASE, DAE, MD2 or Collada, but also all primitives.
Here’s an example source for download : Mesh Cutting sources
Digg, StumbleUpon, Slash and others:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Mar 12, 2008

This demo / source file is one which was used during the Papervision3D Workshop in Amsterdam, during the fantastic FITC Amsterdam 2008 event. These are the modified final sources for the example I did at the end of the day. Although quite simple, I think they are very useful at illustrating on how to use shaders. Download the sources here.
Digg, StumbleUpon, Slash and others:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Mar 7, 2008

Over the last months I spent alot of my time developing with and on Papervision3D. Most notably alot of the new features of Papervision3D 2.0 have been part of daily work and development. Now I have yet to see someone uncover all of the posibilities with the current alpha, next to people as mr.doob and zeropointnine (and many more, yes).
It’s incredibly inspiring to me to see that the goals and purposes I personally had intended with the Papervision3D 2.0 source code is being picked up this well. Don’t get me wrong, there’s still alot to do…but in essence it seems to work for people ! I guess seeing your work being put to use by others in ways you wouldn’t or would’ve expected is a big part of the pay-off in OpenSource development. It’s both educational and inspirational to see how people are using the architecture.
(As a side note…in the FITC Amsterdam video on Lee Brimelow’s blog I’m noted as aformentioned zeropointnine…which is wrong….obviously, I’m that other three word number like dude….UnitZeroOne…Lee….)
Anyway, I stumbled upon note.x when I got my traffic report. It’s all in Japanese but I’m really astounded by the quality of code and work. It’s a very nice blog indeed, go and check it out.
Some other very good resources on pv3d 2.0 include : pv3d.org, papervision2.com, actionscript architect and of course fellow team member Andy Zupko.
Digg, StumbleUpon, Slash and others:
These icons link to social bookmarking sites where readers can share and discover new web pages.