Updated raylib data structures (markdown)

master
Ray 2 년 전
부모
커밋
3b1ad48dcd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      raylib-data-structures.md

+ 1
- 1
raylib-data-structures.md

@ -42,7 +42,7 @@ who has authored video games before.
struct Material; [16 bytes] [+16 bytes] // Shader and maps array pointer
struct MaterialMap [28 bytes] - // Texture, color and value
struct Model; [96 bytes] [+24 bytes] // Meshes+materials array pointers, transform matrix (64 bytes)
struct ModelAnimation; [16 bytes] [+8 bytes] // Skeletal bones data and frames transformation
struct ModelAnimation; [48 bytes] [+8 bytes] // Skeletal bones data and frames transformation
struct BoneInfo; [36 bytes] - // Bone name (32 bytes) and parent id
struct Transform; [40 bytes] - // Vertex transformation: translation, rotation, scale

불러오는 중...
취소
저장