Class: Raylib::Mesh

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/raylib_main.rb

Overview

Mesh, vertex data and vao/vbo

Instance Method Summary collapse

Instance Method Details

#animNormalsObject



765
# File 'lib/raylib_main.rb', line 765

def animNormals = self[:animNormals]

#animNormals=(v) ⇒ Object



766
# File 'lib/raylib_main.rb', line 766

def animNormals=(v) self[:animNormals] = v end

#animVerticesObject



763
# File 'lib/raylib_main.rb', line 763

def animVertices = self[:animVertices]

#animVertices=(v) ⇒ Object



764
# File 'lib/raylib_main.rb', line 764

def animVertices=(v) self[:animVertices] = v end

#boneIdsObject



767
# File 'lib/raylib_main.rb', line 767

def boneIds = self[:boneIds]

#boneIds=(v) ⇒ Object



768
# File 'lib/raylib_main.rb', line 768

def boneIds=(v) self[:boneIds] = v end

#boneWeightsObject



769
# File 'lib/raylib_main.rb', line 769

def boneWeights = self[:boneWeights]

#boneWeights=(v) ⇒ Object



770
# File 'lib/raylib_main.rb', line 770

def boneWeights=(v) self[:boneWeights] = v end

#colorsObject



759
# File 'lib/raylib_main.rb', line 759

def colors = self[:colors]

#colors=(v) ⇒ Object



760
# File 'lib/raylib_main.rb', line 760

def colors=(v) self[:colors] = v end

#indicesObject



761
# File 'lib/raylib_main.rb', line 761

def indices = self[:indices]

#indices=(v) ⇒ Object



762
# File 'lib/raylib_main.rb', line 762

def indices=(v) self[:indices] = v end

#normalsObject



755
# File 'lib/raylib_main.rb', line 755

def normals = self[:normals]

#normals=(v) ⇒ Object



756
# File 'lib/raylib_main.rb', line 756

def normals=(v) self[:normals] = v end

#tangentsObject



757
# File 'lib/raylib_main.rb', line 757

def tangents = self[:tangents]

#tangents=(v) ⇒ Object



758
# File 'lib/raylib_main.rb', line 758

def tangents=(v) self[:tangents] = v end

#texcoordsObject



751
# File 'lib/raylib_main.rb', line 751

def texcoords = self[:texcoords]

#texcoords2Object



753
# File 'lib/raylib_main.rb', line 753

def texcoords2 = self[:texcoords2]

#texcoords2=(v) ⇒ Object



754
# File 'lib/raylib_main.rb', line 754

def texcoords2=(v) self[:texcoords2] = v end

#texcoords=(v) ⇒ Object



752
# File 'lib/raylib_main.rb', line 752

def texcoords=(v) self[:texcoords] = v end

#triangleCountObject



747
# File 'lib/raylib_main.rb', line 747

def triangleCount = self[:triangleCount]

#triangleCount=(v) ⇒ Object



748
# File 'lib/raylib_main.rb', line 748

def triangleCount=(v) self[:triangleCount] = v end

#vaoIdObject



771
# File 'lib/raylib_main.rb', line 771

def vaoId = self[:vaoId]

#vaoId=(v) ⇒ Object



772
# File 'lib/raylib_main.rb', line 772

def vaoId=(v) self[:vaoId] = v end

#vboIdObject



773
# File 'lib/raylib_main.rb', line 773

def vboId = self[:vboId]

#vboId=(v) ⇒ Object



774
# File 'lib/raylib_main.rb', line 774

def vboId=(v) self[:vboId] = v end

#vertexCountObject



745
# File 'lib/raylib_main.rb', line 745

def vertexCount = self[:vertexCount]

#vertexCount=(v) ⇒ Object



746
# File 'lib/raylib_main.rb', line 746

def vertexCount=(v) self[:vertexCount] = v end

#verticesObject



749
# File 'lib/raylib_main.rb', line 749

def vertices = self[:vertices]

#vertices=(v) ⇒ Object



750
# File 'lib/raylib_main.rb', line 750

def vertices=(v) self[:vertices] = v end