OBJ

ai.dragonfly.mesh.io.OBJ$package$.OBJ$
object OBJ

Attributes

Source
OBJ.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
OBJ.type

Members list

Value members

Concrete methods

def fromMaterialMeshGroup(meshGroup: MaterialMeshGroup, comment: String, materialLibraryFile: String): String

Attributes

Source
OBJ.scala
def fromMesh(mesh: Mesh, name: String, comment: String, materialLibraryFile: String, material: MTL, smooth: Boolean): String

Attributes

Source
OBJ.scala
def objTriangle(t: Triangle, offset: Int): String

Attributes

Source
OBJ.scala
def parseFace(line: String): Array[Triangle]

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
def parseVertex(line: String): Option[Vec[3]]

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

val vertexLine: StringContext

Attributes

Source
OBJ.scala