com.jogamp.opengl.impl.glu.nurbs
Class Renderhints

java.lang.Object
  extended by com.jogamp.opengl.impl.glu.nurbs.Renderhints

public class Renderhints
extends Object

Class holding rendering params

Author:
Tomas Hrasky

Field Summary
 int errorchecking
          Check for errors
 int maxsubdivisions
          Maximum subdivisions
 
Constructor Summary
Renderhints()
          Makes new Renderinghints
 
Method Summary
 void init()
          Initialization
 void setProperty(Property prop)
          Set property value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorchecking

public int errorchecking
Check for errors


maxsubdivisions

public int maxsubdivisions
Maximum subdivisions

Constructor Detail

Renderhints

public Renderhints()
Makes new Renderinghints

Method Detail

setProperty

public void setProperty(Property prop)
Set property value

Parameters:
prop - property

init

public void init()
Initialization



Copyright 2010 JogAmp Community.