hi there,
i declare my colours to my group's elements like this:
@c_carrier = Sketchup;;Color.new(112,128,144)
#
@group41.entities.grep(Sketchup;;Face).each{|f| f.material=@c_carrier }
wherever i looked for it, i cannot find any syntax for asigning additional colour-name , which appears in the colour-list (model's materials).
a name is important in the dae-transfer to a vis-software, so i would like to create unique names for fixed material asignment in my vis.
any idea?
thanx a lot
stan