class Prism::OBJ::Vertex
- Prism::OBJ::Vertex
- Reference
- Object
Defined in:
prism/model/obj/vertex.crConstant Summary
-
NO_INDEX =
-1
Constructors
Instance Method Summary
- #duplicate_vertex : Prism::OBJ::Vertex?
- #duplicate_vertex=(duplicate_vertex : Nil | Prism::OBJ::Vertex)
- #has_same_texture_and_normal?(texture_index : Int32, normal_index : Int32)
- #index : Int32
- #is_set?
- #length : Float32
- #normal_index : Int32
- #normal_index=(normal_index : Int32)
- #position : Prism::Maths::Vector3f
- #texture_index : Int32
- #texture_index=(texture_index : Int32)