Geometry (clipping) library

Started by
1 comment, last by Eric Lengyel 18 years, 4 months ago
Hi all!, I'm looking for some kind of geometry library, specifically some functions to clip triangles to a plane. I have a height trianglemesh wich I wish to subdivide into smaller grid pieces for culling reasons. I've started on my own but thought it probably is already something out there. So anyone knows about some?
Advertisement
There is a list of free libraries in a stick on the Alternative Game Libraries forum on this site. Overall I think the type of library you are looking for would be called a game engine.
Keys to success: Ability, ambition and opportunity.
I've posted some free code for polygon clipping here:

http://www.terathon.com/code/clipping.html

This topic is closed to new replies.

Advertisement