Package | Description |
---|---|
org.apache.commons.geometry.io.euclidean.threed.obj |
This package contains types for reading and writing the
OBJ
geometric data file format.
|
Modifier and Type | Method and Description |
---|---|
List<PolygonObjParser.VertexAttributes> |
PolygonObjParser.Face.getVertexAttributes()
Get the list of vertex attributes for the instance.
|
List<PolygonObjParser.VertexAttributes> |
PolygonObjParser.Face.getVertexAttributesCounterClockwise(Vector3D normal,
IntFunction<Vector3D> modelVertexFn)
Get the vertex attributes for the face listed in the order that produces a counter-clockwise
winding of vertices when viewed looking down the given normal direction.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.