POV-Ray : Newsgroups : povray.general : mesh2 wants a texture but I want a material : RE: mesh2 wants a texture but I want a material Server Time
4 Aug 2024 12:17:22 EDT (-0400)
  RE: mesh2 wants a texture but I want a material  
From: Txemi Jendrix
Date: 14 May 2003 19:21:06
Message: <3ec2cf62$1@news.povray.org>

3ec2c5fa$1@news.povray.org...
> Creating objects in wings3D gives a mesh2 object which has a texture
> section. It seems to require a texture in this otherwise it won't render
and
> I have a material I want to give to the material. Is there a way to give
the
> mesh a material which ignores the texture defined in the mesh thing? Doing
> "object{blah material{mesh_mat}}" has no effect.
> Ta

You can only use textures with mesh2.
If you want to use a material, I presume it's because
it has an interior.
You can use interior with mesh2 simply including it:

texture { ...whatever... }
interior { ...whatever... }

Hope this helps.

Txemi Jendrix
http://www.txemijendrix.com


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.