The University of Queensland Homepage
UQ VisLab UQ VisLab

 Coloring Attributes Example Code
72

Controlling appearance
Coloring Attributes Example Code

  • Intrinsic color, Gouraud shading
  • ColoringAttributes ca = new ColoringAttributes( );
    ca.setColor( 1.0f, 1.0f, 0.0f );
    ca.setShadeModel( ColoringAttributes.SHADE_GOURAUD );
    app.setColoringAttributes( ca );