Class: Raylib::Mesh
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- Raylib::Mesh
- Defined in:
- lib/raylib_main.rb
Overview
Mesh, vertex data and vao/vbo
Instance Method Summary collapse
- #animNormals ⇒ Object
- #animNormals=(v) ⇒ Object
- #animVertices ⇒ Object
- #animVertices=(v) ⇒ Object
- #boneCount ⇒ Object
- #boneCount=(v) ⇒ Object
- #boneIds ⇒ Object
- #boneIds=(v) ⇒ Object
- #boneMatrices ⇒ Object
- #boneMatrices=(v) ⇒ Object
- #boneWeights ⇒ Object
- #boneWeights=(v) ⇒ Object
- #colors ⇒ Object
- #colors=(v) ⇒ Object
- #indices ⇒ Object
- #indices=(v) ⇒ Object
- #normals ⇒ Object
- #normals=(v) ⇒ Object
- #tangents ⇒ Object
- #tangents=(v) ⇒ Object
- #texcoords ⇒ Object
- #texcoords2 ⇒ Object
- #texcoords2=(v) ⇒ Object
- #texcoords=(v) ⇒ Object
- #triangleCount ⇒ Object
- #triangleCount=(v) ⇒ Object
- #vaoId ⇒ Object
- #vaoId=(v) ⇒ Object
- #vboId ⇒ Object
- #vboId=(v) ⇒ Object
- #vertexCount ⇒ Object
- #vertexCount=(v) ⇒ Object
- #vertices ⇒ Object
- #vertices=(v) ⇒ Object
Instance Method Details
#animNormals ⇒ Object
772 |
# File 'lib/raylib_main.rb', line 772 def animNormals = self[:animNormals] |
#animNormals=(v) ⇒ Object
773 |
# File 'lib/raylib_main.rb', line 773 def animNormals=(v) self[:animNormals] = v end |
#animVertices ⇒ Object
770 |
# File 'lib/raylib_main.rb', line 770 def animVertices = self[:animVertices] |
#animVertices=(v) ⇒ Object
771 |
# File 'lib/raylib_main.rb', line 771 def animVertices=(v) self[:animVertices] = v end |
#boneCount ⇒ Object
780 |
# File 'lib/raylib_main.rb', line 780 def boneCount = self[:boneCount] |
#boneCount=(v) ⇒ Object
781 |
# File 'lib/raylib_main.rb', line 781 def boneCount=(v) self[:boneCount] = v end |
#boneIds ⇒ Object
774 |
# File 'lib/raylib_main.rb', line 774 def boneIds = self[:boneIds] |
#boneIds=(v) ⇒ Object
775 |
# File 'lib/raylib_main.rb', line 775 def boneIds=(v) self[:boneIds] = v end |
#boneMatrices ⇒ Object
778 |
# File 'lib/raylib_main.rb', line 778 def boneMatrices = self[:boneMatrices] |
#boneMatrices=(v) ⇒ Object
779 |
# File 'lib/raylib_main.rb', line 779 def boneMatrices=(v) self[:boneMatrices] = v end |
#boneWeights ⇒ Object
776 |
# File 'lib/raylib_main.rb', line 776 def boneWeights = self[:boneWeights] |
#boneWeights=(v) ⇒ Object
777 |
# File 'lib/raylib_main.rb', line 777 def boneWeights=(v) self[:boneWeights] = v end |
#colors ⇒ Object
766 |
# File 'lib/raylib_main.rb', line 766 def colors = self[:colors] |
#colors=(v) ⇒ Object
767 |
# File 'lib/raylib_main.rb', line 767 def colors=(v) self[:colors] = v end |
#indices ⇒ Object
768 |
# File 'lib/raylib_main.rb', line 768 def indices = self[:indices] |
#indices=(v) ⇒ Object
769 |
# File 'lib/raylib_main.rb', line 769 def indices=(v) self[:indices] = v end |
#normals ⇒ Object
762 |
# File 'lib/raylib_main.rb', line 762 def normals = self[:normals] |
#normals=(v) ⇒ Object
763 |
# File 'lib/raylib_main.rb', line 763 def normals=(v) self[:normals] = v end |
#tangents ⇒ Object
764 |
# File 'lib/raylib_main.rb', line 764 def tangents = self[:tangents] |
#tangents=(v) ⇒ Object
765 |
# File 'lib/raylib_main.rb', line 765 def tangents=(v) self[:tangents] = v end |
#texcoords ⇒ Object
758 |
# File 'lib/raylib_main.rb', line 758 def texcoords = self[:texcoords] |
#texcoords2 ⇒ Object
760 |
# File 'lib/raylib_main.rb', line 760 def texcoords2 = self[:texcoords2] |
#texcoords2=(v) ⇒ Object
761 |
# File 'lib/raylib_main.rb', line 761 def texcoords2=(v) self[:texcoords2] = v end |
#texcoords=(v) ⇒ Object
759 |
# File 'lib/raylib_main.rb', line 759 def texcoords=(v) self[:texcoords] = v end |
#triangleCount ⇒ Object
754 |
# File 'lib/raylib_main.rb', line 754 def triangleCount = self[:triangleCount] |
#triangleCount=(v) ⇒ Object
755 |
# File 'lib/raylib_main.rb', line 755 def triangleCount=(v) self[:triangleCount] = v end |
#vaoId ⇒ Object
782 |
# File 'lib/raylib_main.rb', line 782 def vaoId = self[:vaoId] |
#vaoId=(v) ⇒ Object
783 |
# File 'lib/raylib_main.rb', line 783 def vaoId=(v) self[:vaoId] = v end |
#vboId ⇒ Object
784 |
# File 'lib/raylib_main.rb', line 784 def vboId = self[:vboId] |
#vboId=(v) ⇒ Object
785 |
# File 'lib/raylib_main.rb', line 785 def vboId=(v) self[:vboId] = v end |
#vertexCount ⇒ Object
752 |
# File 'lib/raylib_main.rb', line 752 def vertexCount = self[:vertexCount] |
#vertexCount=(v) ⇒ Object
753 |
# File 'lib/raylib_main.rb', line 753 def vertexCount=(v) self[:vertexCount] = v end |
#vertices ⇒ Object
756 |
# File 'lib/raylib_main.rb', line 756 def vertices = self[:vertices] |
#vertices=(v) ⇒ Object
757 |
# File 'lib/raylib_main.rb', line 757 def vertices=(v) self[:vertices] = v end |