OBJ
ai.dragonfly.mesh.io.OBJ$package$.OBJ$
object OBJ
Attributes
Members list
Value members
Concrete methods
def fromMaterialMeshGroup(meshGroup: MaterialMeshGroup, comment: String, materialLibraryFile: String): String
Attributes
- Source
- OBJ.scala
Attributes
- Source
- OBJ.scala
Attributes
- Source
- OBJ.scala
Only parses triangles and quads.
Only parses triangles and quads.
Value parameters
- line
-
a line of text depicting an OBJ face.
Attributes
- Source
- OBJ.scala
Attributes
- Source
- OBJ.scala
def writeMaterialMeshGroup(meshGroup: MaterialMeshGroup, out: OutputStream, comment: String, materialLibraryFileName: String): Unit
Attributes
- Source
- OBJ.scala
def writeMesh(mesh: Mesh, out: OutputStream, name: String, comment: String, materialLibraryFileName: String, material: MTL): Unit
Attributes
- Source
- OBJ.scala
Concrete fields
Attributes
- Source
- OBJ.scala
In this article