由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
_Graphics版 - glTexImage3D()
相关主题
关于“texture compression”的话题谁能综述一下volume rendering目前的研究方向?
进来乐进来乐 :))Polygonal Approximation
siggraph 2007Re: Platform of 3D Animation
image morphing?哪位给讲一讲visual hull for 3D construction?
just saw the siggraph DVD一个关于多边形的问题
opengl renderingRe: 一个图像编辑问题
OpenGL里更新Texture的问题谁去今年的siggraph?
an opengl questionsiggraph paper
相关话题的讨论汇总
话题: rendering话题: texture话题: opengl
1 (共1页)
x*n
发帖数: 305
1
volumetric rendering function in opengl,
谁用过?
v*******n
发帖数: 15
2

glTexImage3D just load 3D textures. It can be used for fast volume rendering,
but a little bit troublesome, i.e. you need generate polygons and their
corresponding texture coordinates.
If you just want 3D texture hardware to accelerate volume rendering, use
OpenGL Volumizer

【在 x*n 的大作中提到】
: volumetric rendering function in opengl,
: 谁用过?

x*n
发帖数: 305
3

visualman? interesting, One of my former labmate's nickname is hapticman.
Yes this is exactly what we need know, how to get the texture coordinates
after polygonization.
An indian labmate asked me about this. I said polygonization is needed for
using that function, he said maybe not.
I think there should be some red book examples for him to check out.
Is it another function or a toolkit?

【在 v*******n 的大作中提到】
:
: glTexImage3D just load 3D textures. It can be used for fast volume rendering,
: but a little bit troublesome, i.e. you need generate polygons and their
: corresponding texture coordinates.
: If you just want 3D texture hardware to accelerate volume rendering, use
: OpenGL Volumizer

v*******n
发帖数: 15
4

Thanks
rendering,
Align the volume(object) coordinates with the texture coordinates
World coodinates -> object coordinates -> texture coordiantes
I do not think so. But there are some papers about this in Siggraph in 1990's
http://www.sgi.com/software/volumizer/

【在 x*n 的大作中提到】
:
: visualman? interesting, One of my former labmate's nickname is hapticman.
: Yes this is exactly what we need know, how to get the texture coordinates
: after polygonization.
: An indian labmate asked me about this. I said polygonization is needed for
: using that function, he said maybe not.
: I think there should be some red book examples for him to check out.
: Is it another function or a toolkit?

x*n
发帖数: 305
5

http://www.opengl.org/discussion_boards/ubb/Forum3/HTML/000246.html
siggraph '99 - vol3dtex, I went to sig99 but the code is not there.
anyone know how to get this or other opengl 3dtexture mapping example?
this is something new to me, thanks~

【在 v*******n 的大作中提到】
:
: Thanks
: rendering,
: Align the volume(object) coordinates with the texture coordinates
: World coodinates -> object coordinates -> texture coordiantes
: I do not think so. But there are some papers about this in Siggraph in 1990's
: http://www.sgi.com/software/volumizer/

1 (共1页)
相关主题
siggraph paperjust saw the siggraph DVD
[转载] Re: 有什么算法可以比较两个图象是否相同?opengl rendering
有在游戏公司工作的朋友吗?有人去E3吗?OpenGL里更新Texture的问题
SIGGRAPH 2002 is coming...an opengl question
关于“texture compression”的话题谁能综述一下volume rendering目前的研究方向?
进来乐进来乐 :))Polygonal Approximation
siggraph 2007Re: Platform of 3D Animation
image morphing?哪位给讲一讲visual hull for 3D construction?
相关话题的讨论汇总
话题: rendering话题: texture话题: opengl