net.minecraft.src
Class Shape3D

java.lang.Object
  extended by net.minecraft.src.Shape3D

public class Shape3D
extends java.lang.Object


Field Summary
 net.minecraft.src.TexturedPolygon[] faces
           
 PositionTransformVertex[] vertices
           
 
Constructor Summary
Shape3D(PositionTransformVertex[] verts, net.minecraft.src.TexturedPolygon[] poly)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vertices

public PositionTransformVertex[] vertices

faces

public net.minecraft.src.TexturedPolygon[] faces
Constructor Detail

Shape3D

public Shape3D(PositionTransformVertex[] verts,
               net.minecraft.src.TexturedPolygon[] poly)