Ask a Question related to Macromedia Director 3D, Design and Development.
-
woffie #1
Change color and pattern for 3D object
I'm quite new with Director and Lingo and now I have a problem working with 3D
object. My question is, Is it possible to change color and pattern for a 3D
object with lingo script? If it possible, how it works?
For example: I have a sphere, I want the sphere to change color to red. And
the sphere also have a dotted pattern.
Can anybody help?
woffie Guest
-
Invalid color: colored pattern specified withuncolored pattern colorspace.
Hi. Just installed Mac OS X 10.4 Tiger and note the following message flooding the system.log when using Acrobat Pro version 7.0.1. Apr 30... -
changing color on a pattern or hatch
In Illustrator CS how do I change the color on a pattern or a hatch that are found in: Adobe\Adobe Illustrator CS\Presets\Patterns\Basic... -
Pattern Brush spot color issue
I'm having an issue with the pattern brushes. When changing their color to a spot color they print out as process in my QuarkXpress document. I... -
behaviour change of String#gsub(pattern) {|m| ... } for ruby 1.9/ruby2?
String#gsub(pattern) {|m| ... } It really would be nice to get match data in 'm', but this would surely break _a lot_ of scripts. How about... -
Change repeater name pattern
When I bind a server control to a repeater it renders one copy of this control for each item in the datasource collection. By doing this it changes... -
openspark #2
Re: Change color and pattern for 3D object
You can change the color only by setting the .ambient property of the shader of
your sphere model. To give it both color and spots, you need to set the
texture of the shader.
You can find a move that demonstrates this at:
[url]http://nonlinear.openspark.com/alpha/Surface.dcr[/url]
Source code at:
Mac: [url]http://nonlinear.openspark.com/alpha/Surface.sit[/url]
Win: [url]http://nonlinear.openspark.com/alpha/Surface.zip[/url]
Textures and shaders have a large number of properties. To achieve certain
effects, you need to combine the settings for different properties. To got to
grips with all this, download the file at...
Mac: [url]http://nonlinear.openspark.com/alpha/Shaders.sit[/url]
Win: [url]http://nonlinear.openspark.com/alpha/Shaders.zip[/url]
... and place the three Director files it contains in your Xtras folder. You
will then be able to open the Shaders movie from your Xtras menu, and
experiment with all the different settings.
openspark Guest



Reply With Quote

