Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Graphics > OpenGL 3D API > Re: How to crea...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 3 Topic 4895 of 5017
Post > Topic >>

Re: How to create solid version of model?

by Wolfgang Draxinger <wdraxinger@[EMAIL PROTECTED] > Aug 28, 2008 at 10:45 PM

Flark wrote:

> Hi folks,
> 
> I have a model that consists of a number of surface triangles.
> I need to creae a solid version to permit me to display
> a cross-section. Is there any easy way to do that?

This is not a OpenGL related question. OpenGL just renders what
you send to it, and that are flat finite primitives.

However what you want to do is perfectly possible, but it's
not "easy", and especially with triangulated meshes the process
is hard to get robust, if you want to clip a mesh against
another mesh.

Clipping a mesh against an analytical surface (plane, sphere,
cylinder) is mostly robust, as it mostly consists of
ray<->analytical surface intersections.

If you want not just clip, but determine an interior solid, an
absolute prerequisite is then, that the mesh forms a closed
manifold, so that you can differ between inside and outside.

The details about all this are discussed in
comp.graphics.algorithms
I've set an F'up there.

Wolfgang Draxinger
-- 
E-Mail address works, Jabber: hexarith@[EMAIL PROTECTED]
 ICQ: 134682867
 




 3 Posts in Topic:
How to create solid version of model?
Flark <flarkino@[EMAIL  2008-08-28 12:03:52 
Re: How to create solid version of model?
Wolfgang Draxinger <wd  2008-08-28 22:45:09 
Re: How to create solid version of model?
Arne Schmitz <arne.sch  2008-08-31 10:24:27 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Nov 21 6:23:44 CST 2008.