|
@ -13,6 +13,7 @@ |
|
|
- [Why is my render texture upside down?](#why-is-my-render-texture-upside-down) |
|
|
- [Why is my render texture upside down?](#why-is-my-render-texture-upside-down) |
|
|
- [How do I create a depth texture?](#how-do-i-create-a-depth-texture) |
|
|
- [How do I create a depth texture?](#how-do-i-create-a-depth-texture) |
|
|
- [Why is my font blurry?](#why-is-my-font-blurry) |
|
|
- [Why is my font blurry?](#why-is-my-font-blurry) |
|
|
|
|
|
- [How do I load my 3d model animations in raylib?](#how-do-i-load-my-3d-model-animations-in-raylib) |
|
|
|
|
|
|
|
|
## How can I run raylib in my old PC? |
|
|
## How can I run raylib in my old PC? |
|
|
|
|
|
|
|
@ -240,4 +241,8 @@ If you call `LoadFont()`, the text will be loaded at a fixed size (32 pixels hei |
|
|
|
|
|
|
|
|
```c |
|
|
```c |
|
|
LoadFontEx("myfont.ttf", 50, NULL, 0); |
|
|
LoadFontEx("myfont.ttf", 50, NULL, 0); |
|
|
``` |
|
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
## How do I load my 3d model animations in raylib? |
|
|
|
|
|
|
|
|
|
|
|
_TODO_ |