Go Back   AC3D Forums > General > AC3D General
Register FAQ Members List Calendar Today's Posts

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 5th January 2009, 08:24 PM   #4
lisa
Senior Member
Professional user
 
lisa's Avatar
 
Join Date: Mar 2005
Location: Phoenix, AZ
Posts: 917
Default Re: I May Have Terribly Misunderstood Something...

Could be the way your materials are setup. I can't remember what the AC3D exporter does by default, but you'll want to create a "layered material" in POV in order to show both the texture and the material. You'll also need to specify either filter or transmit, otherwise the color will be solid and whatever is on the bottom won't show through.

i.e.
Code:
material {

   // texture layer
    texture { 
        pigment {
            image_map { tga "texture.tga" interpolate 2 }            
        }         
    }     

    // yellow color with 70% transmit
    texture {
        pigment {
            rgbt < 1.0, 1.0, 0.0, .7 >
        }
    }
}
lisa is offline   Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -4. The time now is 08:39 AM.


AC3D Forum
(C) Inivis Limited 2020