struct Models::Vertex
- Models::Vertex
- Struct
- Value
- Object
Defined in:
models.crConstructors
Instance Method Summary
- #clone
- #coord : Vec3
- #copy_with(coord _coord = @coord, texcoord _texcoord = @texcoord, normal _normal = @normal)
- #normal : Vec3 | Nil
- #texcoord : Vec3 | Nil
Constructor Detail
Instance Method Detail
def copy_with(coord _coord = @coord, texcoord _texcoord = @texcoord, normal _normal = @normal)
#