Package com.marginallyclever.ro3.mesh
package com.marginallyclever.ro3.mesh
-
ClassDescription
AABB
is a bounding box aligned to the world axies.Mesh
contains the vertex data for a 3D model.TheMeshChooserDialog
class allows for selecting aMesh
that has been previously loaded by theMeshFactory
.MeshFactory
loads a mesh from a file using one of manyMeshLoader
classes.MeshFactoryDialog
displays controls to load aMesh
from a file.MeshNormalBuilder
is a tool to build normals for aMesh
.MeshSmoother
will smooth the normals of aMesh
.VertexProvider
is an interface for providing vertices and normals to aMesh
.