class PF::Mesh
- PF::Mesh
- Reference
- Object
Defined in:
3d/mesh.crConstructors
Class Method Summary
-
.load_obj(path, use_normals : Bool = false)
Load an obj file
Instance Method Summary
- #origin : Vector3(Float64)
- #origin=(origin : Vector3(Float64))
- #position : Vector3(Float64)
- #position=(position : Vector3(Float64))
- #rotation : Vector3(Float64)
- #rotation=(rotation : Vector3(Float64))
- #tris
- #tris=(tris : Array(PF::Tri))