Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
Mesh Struct Reference

#include <raylib.h>

Public Attributes

int vertexCount
 
int triangleCount
 
float * vertices
 
float * texcoords
 
float * texcoords2
 
float * normals
 
float * tangents
 
unsigned char * colors
 
unsigned short * indices
 
float * animVertices
 
float * animNormals
 
unsigned char * boneIds
 
float * boneWeights
 
unsigned int vaoId
 
unsigned int * vboId
 

Detailed Description

Definition at line 318 of file raylib.h.

Member Data Documentation

◆ animNormals

float* Mesh::animNormals

Definition at line 333 of file raylib.h.

◆ animVertices

float* Mesh::animVertices

Definition at line 332 of file raylib.h.

◆ boneIds

unsigned char* Mesh::boneIds

Definition at line 334 of file raylib.h.

◆ boneWeights

float* Mesh::boneWeights

Definition at line 335 of file raylib.h.

◆ colors

unsigned char* Mesh::colors

Definition at line 328 of file raylib.h.

◆ indices

unsigned short* Mesh::indices

Definition at line 329 of file raylib.h.

◆ normals

float* Mesh::normals

Definition at line 326 of file raylib.h.

◆ tangents

float* Mesh::tangents

Definition at line 327 of file raylib.h.

◆ texcoords

float* Mesh::texcoords

Definition at line 324 of file raylib.h.

◆ texcoords2

float* Mesh::texcoords2

Definition at line 325 of file raylib.h.

◆ triangleCount

int Mesh::triangleCount

Definition at line 320 of file raylib.h.

◆ vaoId

unsigned int Mesh::vaoId

Definition at line 338 of file raylib.h.

◆ vboId

unsigned int* Mesh::vboId

Definition at line 339 of file raylib.h.

◆ vertexCount

int Mesh::vertexCount

Definition at line 319 of file raylib.h.

◆ vertices

float* Mesh::vertices

Definition at line 323 of file raylib.h.


The documentation for this struct was generated from the following file: