diff options
| author | raysan5 <[email protected]> | 2021-09-21 15:31:35 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-09-21 15:31:35 +0200 |
| commit | 7d995d95eb9d1f793f0d6c160ba85d772637c8ba (patch) | |
| tree | daf8a11f8e17dac8c64f9a9926556ce47770025a /src/raylib.h | |
| parent | a09311a8fc5e8111b046adb4fd5c96a0d3f3b34b (diff) | |
| parent | 339fdf4c310c3076c6d95eff7383bd88c45a719c (diff) | |
| download | raylib-7d995d95eb9d1f793f0d6c160ba85d772637c8ba.tar.gz raylib-7d995d95eb9d1f793f0d6c160ba85d772637c8ba.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index e698ec7d..8193cc4b 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -1402,7 +1402,7 @@ RLAPI void DrawModelWiresEx(Model model, Vector3 position, Vector3 rotationAxis, RLAPI void DrawBoundingBox(BoundingBox box, Color color); // Draw bounding box (wires) RLAPI void DrawBillboard(Camera camera, Texture2D texture, Vector3 position, float size, Color tint); // Draw a billboard texture RLAPI void DrawBillboardRec(Camera camera, Texture2D texture, Rectangle source, Vector3 position, Vector2 size, Color tint); // Draw a billboard texture defined by source -RLAPI void DrawBillboardPro(Camera camera, Texture2D texture, Rectangle source, Vector3 position, Vector2 size, Vector2 origin, float rotation, Color tint); // Draw a billboard texture defined by source and rotation +RLAPI void DrawBillboardPro(Camera camera, Texture2D texture, Rectangle source, Vector3 position, Vector3 up, Vector2 size, Vector2 origin, float rotation, Color tint); // Draw a billboard texture defined by source and rotation // Mesh management functions RLAPI void UploadMesh(Mesh *mesh, bool dynamic); // Upload mesh vertex data in GPU and provide VAO/VBO ids |
