#1
|
|||
|
|||
textures and colors on compound objects
Hi. I have two objects - one a box I made in 3dsmax and one the same box but with a hole punched in it. Neither have any texture in 3dsmax. However, when I add the texture in Vizard it looks completely different on the boxes. Even if I color them, the hole box looks much darker. I really need them to look the same. Any ideas?
Thanks! |
#2
|
|||
|
|||
Try setting the color of the box to white, or specify decal texture mode:
Code:
box.appearance(viz.TEXDECAL) |
|
|