package raylib
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=a1baf56fab14350ab9eefdb9cc9789329c2071a9b53e73ffd2284ece1d18e43b
sha512=8801141c7e96e698aa5c74452eec0aa12d8b3ee50ab82cfc44eac79eb9b0641fd7fe99da14ab6418b92182bab95e3b834032d405a32b79badac23da3acdf37fa
doc/raylib.core/Raylib_core/Mesh/index.html
Module Raylib_core.MeshSource
Vertex position (XYZ - 3 components per vertex) (shader-location = 0)
Vertex texture coordinates (UV - 2 components per vertex) (shader-location = 1)
Vertex second texture coordinates (useful for lightmaps) (shader-location = 5)
Vertex normals (XYZ - 3 components per vertex) (shader-location = 2)
Vertex tangents (XYZW - 4 components per vertex) (shader-location = 4)
Vertex colors (RGBA - 4 components per vertex) (shader-location = 3)
Vertex indices (in case vertex data comes indexed)
Vertex bone indices, up to 4 bones influence by vertex (skinning) (shader-location = 6)
Vertex bone weight, up to 4 bones influence by vertex (skinning) (shader-location = 7)
Animated vertex positions (after bones transformations)
Animated normals (after bones transformations)