Uses of Class
org.apache.commons.geometry.io.euclidean.threed.obj.ObjWriter.MeshBuffer
Packages that use ObjWriter.MeshBuffer
Package
Description
This package contains types for reading and writing the
OBJ
geometric data file format.
-
Uses of ObjWriter.MeshBuffer in org.apache.commons.geometry.io.euclidean.threed.obj
Methods in org.apache.commons.geometry.io.euclidean.threed.obj that return ObjWriter.MeshBufferModifier and TypeMethodDescriptionObjWriter.meshBuffer()Create a newObjWriter.MeshBufferinstance with an unlimited batch size, meaning that no vertex definitions are duplicated in the mesh output.ObjWriter.meshBuffer(int batchSize) Create a newObjWriter.MeshBufferinstance with the given batch size.