Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.graphics.rt.objects
Class Normals

java.lang.Object
  |
  +--org.bouncycastle.graphics.rt.objects.Normals

public class Normals
extends java.lang.Object

a list of normals.

Example:

        <Normals>
            0.000, 1.000, 0.000,
            0.000, 1.000, 0.000,
            0.000, 0.000, 1.000,
            1.000, 0.000, 0.000
        </Normals>
 

Document Type Definition:

     <!ELEMENT Normals (#PCDATA)>
 


Method Summary
static Normals getInstance(RMLReader in)
           
 Vector3f[] normals()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Normals getInstance(RMLReader in)
                           throws java.io.IOException

normals

public Vector3f[] normals()

Bouncy Castle Rendering Toolkit 1.0