Mapping a 3D texture to a standard hollow-hull 3D model

Posted by John on Game Development See other posts from Game Development or by John
Published on 2014-04-29T07:50:31Z Indexed on 2014/05/29 22:05 UTC
Read the original article Hit count: 303

Filed under:
|
|
|

I have 3D models which are typical hollow hulls. If such a model also had a 3D volumetric/voxel texture map then given a point P inside such a model, I'd like to be able to find its uvw coordinates within the 3D texture.

Is this possible by simply setting 3D texcoords on my existing mesh or does it have to be broken up into polyhedra? Is there a way to map a 3D texture onto a mesh without doing this?

© Game Development or respective owner

Related posts about 3d

Related posts about textures