POV-Ray : Newsgroups : povray.general : Different textures for front and back of a mesh2 : Re: Different textures for front and back of a mesh2 Server Time
29 Jul 2024 08:12:02 EDT (-0400)
  Re: Different textures for front and back of a mesh2  
From: Thomas de Groot
Date: 11 Mar 2012 11:09:33
Message: <4f5cc02d$1@news.povray.org>
On 11-3-2012 15:44, kiwon wrote:
> Dear POV-Ray users,
>
> I'm wondering if it is possible to use different textures for front and back
> sides of a mesh2 object without modifying the vertex/index data of the mesh2
> object. Here the mesh2 is just a surface mesh like cloth.
>
> And is there any simple way to make the surface mesh to have some thickness?
>
> Thanks
>
> --
> Kiwon Um
>
>
use:
object {
   texture {}
   interior_texture {}
}

For thickness, I don't know. Probably depends on what you want precisely.

Thomas


Post a reply to this message

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