From 46a38a97adb4c9b7d2babf131bd4cf3eaba433ff Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 23 Apr 2021 13:23:14 +0200 Subject: Update examples.js --- common/examples.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/examples.js') 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', -- cgit v1.2.3