package raylib
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=69762387172e615a91287bddd35ffa74ce4010ba1491ee24df3f65c0a039aa00
sha512=03f3eaa44fc55c0a4dc8b8611acb8e4e1d1081a8ea57071510c7dc343e7a7c5213d8bf1162e48d3e4723e836cb481d9a6bd426658daca662cf1983db1379ec3b
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)