WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   "object color" and "material color". (https://forum.worldviz.com/showthread.php?t=3047)

Renato Lima 10-26-2010 07:51 AM

"object color" and "material color".
 
Inside 3DS we have "object color" and "material color".

I am loading a 3DS file into Vizard and trying to change an object's color
by using .color(...), but it seems that only the "object color" is affected and not the material color.


How do I disable the "material color" associated with my objects and only use their "Object" color? I also tried to use viz.decal but everything gets white. I want to see their real colors and manipulate them. How can I do it?


===

When I do this:
SHPS_MAP = viz.add(Files["only_shapes_in_3ds"], viz.WORLD, 1) # Adds to scene
SHPS_MAP.appearance(viz.DECAL)

And I look straight to the object, everything gets white. Why? It seems like it is reflecting so much light that I can't even see the colors. How do I disable this behavior?


All times are GMT -7. The time now is 10:52 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC