Mar 17, 2008
Papervision3D : Cut any mesh into 2 new meshes. (source).

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
Related posts :












3 Comments, Comment or Ping
Fabrice Closier
Sharp as usual!
Mar 17th, 2008
C4RL05
Love this one. Great job Ralph.
Mar 17th, 2008
markval
Union of to Objects would be a lot more useful for file size.
Instead of importing a whole sphere or object that is symetric, importing half of it and weld it would give same result with less file size?
Good job with the whole project!
regards
Mar 17th, 2008
Reply to “Papervision3D : Cut any mesh into 2 new meshes. (source).”