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



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

def animNormals = self[:animNormals]

#animNormals=(v) ⇒ Object



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

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

#animVerticesObject



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

def animVertices = self[:animVertices]

#animVertices=(v) ⇒ Object



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

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

#boneIdsObject



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

def boneIds = self[:boneIds]

#boneIds=(v) ⇒ Object



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

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

#boneWeightsObject



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

def boneWeights = self[:boneWeights]

#boneWeights=(v) ⇒ Object



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

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

#colorsObject



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

def colors = self[:colors]

#colors=(v) ⇒ Object



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

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

#indicesObject



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

def indices = self[:indices]

#indices=(v) ⇒ Object



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

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

#normalsObject



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

def normals = self[:normals]

#normals=(v) ⇒ Object



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

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

#tangentsObject



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

def tangents = self[:tangents]

#tangents=(v) ⇒ Object



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

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

#texcoordsObject



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

def texcoords = self[:texcoords]

#texcoords2Object



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

def texcoords2 = self[:texcoords2]

#texcoords2=(v) ⇒ Object



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

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

#texcoords=(v) ⇒ Object



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

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

#triangleCountObject



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

def triangleCount = self[:triangleCount]

#triangleCount=(v) ⇒ Object



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

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

#vaoIdObject



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

def vaoId = self[:vaoId]

#vaoId=(v) ⇒ Object



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

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

#vboIdObject



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

def vboId = self[:vboId]

#vboId=(v) ⇒ Object



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

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

#vertexCountObject



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

def vertexCount = self[:vertexCount]

#vertexCount=(v) ⇒ Object



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

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

#verticesObject



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

def vertices = self[:vertices]

#vertices=(v) ⇒ Object



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

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