summaryrefslogtreecommitdiffhomepage
path: root/common/examples.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/examples.js')
-rw-r--r--common/examples.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/examples.js b/common/examples.js
index 5ac19fe..2d4f470 100644
--- a/common/examples.js
+++ b/common/examples.js
@@ -62,6 +62,7 @@ $(document).ready(function() {
'textures_bunnymark',
'textures_blend_modes',
'textures_draw_tiled',
+ 'textures_poly',
'text_raylib_fonts',
'text_font_spritefont',
'text_font_loading',
@@ -72,6 +73,7 @@ $(document).ready(function() {
'text_writing_anim',
'text_rectangle_bounds',
'text_unicode',
+ 'text_draw_3d',
'models_animation',
'models_billboard',
'models_box_collisions',
@@ -103,7 +105,7 @@ $(document).ready(function() {
'shaders_simple_mask',
'shaders_spotlight',
'shaders_hot_reloading',
- 'shaders_rlgl_mesh_instanced',
+ 'shaders_mesh_instancing',
'shaders_multi_sample2d',
'audio_module_playing',
'audio_music_stream',