View Full Version : Voxel rendering
Spark
05-04-2001, 04:47 AM
A very large number of effects can be created by using voxels. It can of course be created in software and rendered by opengl, but something like a function that takes a pointer to a 3dvoxel field and rendered it to the screen would be nice. It's one step towards making it supported in hardware.
Check out http://www.ati.com/na/pages/resource_cen...deonVolVis.html (http://www.ati.com/na/pages/resource_centre/dev_rel/sdk/RadeonSDK/Html/Samples/OpenGL/RadeonVolVis.html) for a demo of using 3D textures for volume visualization.
V--man
05-10-2001, 07:55 PM
The texture3d extension or the 1.2 feature does not do volume rendering in the strict sense.
The original poster said something that I wanted and I'm voting for this one!
Something like
glBindTexture(GL_TEXTURE_3D, textureID);
glRenderVoxelfv(GLfloat *a_Cube);
is welcomed.
V-man
davepermen
06-14-2001, 12:05 PM
how bout glpointsprites ( look for dx8 pointsprites for further information http://www.opengl.org/discussion_boards/ubb/wink.gif )
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.