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:19:31 EDT (-0400)
  Re: mesh2 wants a texture but I want a material  
From: Helen
Date: 14 May 2003 20:13:19
Message: <Xns937C20C721288helentrhotmailcom@204.213.191.226>
The way it worked for me with wings3D is:

#declare some_object = mesh2 {
vertex_vectors {....}
normal_vectors {....}
texture_list {	2,//the number of textures
    	texture { one_texture }
    	texture { texture_that_needs_interior }
}
face_indices {....}
normal_indices {....}
interior {some_Interior}
}

Helen


"Andrew Rowson" <pov### [at] growsecom> wrote in
news: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
> 
>


Post a reply to this message

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