Package com.marginallyclever.ro3.mesh
package com.marginallyclever.ro3.mesh
-
ClassDescription
AABBis a bounding box aligned to the world axies.Meshcontains the vertex data for a 3D model.TheMeshChooserDialogclass allows for selecting aMeshthat has been previously loaded by theMeshFactory.MeshFactoryloads a mesh from a file using one of manyMeshLoaderclasses.MeshFactoryDialogdisplays controls to load aMeshfrom a file.MeshNormalBuilderis a tool to build normals for aMesh.MeshSmootherwill smooth the normals of aMesh.VertexProvideris an interface for providing vertices and normals to aMesh.