endrov.gl
Class EvGLMeshVBO.MeshRenderSettings

java.lang.Object
  extended by endrov.gl.EvGLMeshVBO.MeshRenderSettings
Enclosing class:
EvGLMeshVBO

public static class EvGLMeshVBO.MeshRenderSettings
extends java.lang.Object


Field Summary
 boolean drawNormals
           
 boolean drawSolid
           
 boolean drawWireframe
           
 EvColor outlineColor
           
 float outlineWidth
           
 
Constructor Summary
EvGLMeshVBO.MeshRenderSettings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

drawSolid

public boolean drawSolid

drawNormals

public boolean drawNormals

drawWireframe

public boolean drawWireframe

outlineColor

public EvColor outlineColor

outlineWidth

public float outlineWidth
Constructor Detail

EvGLMeshVBO.MeshRenderSettings

public EvGLMeshVBO.MeshRenderSettings()