Changeset 1089

Show
Ignore:
Timestamp:
02/27/08 21:45:41 (6 months ago)
Author:
otter
Message:

Fixed bug in MultiBody.Visualizers.Advanced.Shape.Color (Integer instead of Real type) introduced by the unit-bug fixes in one of the last committs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/maintenance/2.2.2/Modelica/Mechanics/MultiBody/Visualizers.mo

    r1051 r1089  
    10121012      input Types.ShapeExtra extra=0.0  
    10131013        "Additional size data for some of the shape types"                                 annotation(Dialog); 
    1014       input Integer color[3]={255,0,0} "Color of shape"            annotation(Dialog); 
     1014      input Real color[3]={255,0,0} "Color of shape"               annotation(Dialog); 
    10151015      input Types.SpecularCoefficient specularCoefficient = 0.7  
    10161016        "Reflection of ambient light (= 0: light is completely absorbed)" annotation(Dialog);