summaryrefslogtreecommitdiffhomepage
path: root/common/js/examples.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/js/examples.js')
-rw-r--r--common/js/examples.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/js/examples.js b/common/js/examples.js
index a06f450..753ae13 100644
--- a/common/js/examples.js
+++ b/common/js/examples.js
@@ -34,6 +34,7 @@ $(document).ready(function() {
'textures_raw_data',
'textures_image_processing',
'textures_image_drawing',
+ 'textures_image_generation',
'text_sprite_fonts',
'text_bmfont_ttf',
'text_raylib_fonts',
@@ -49,6 +50,10 @@ $(document).ready(function() {
'models_heightmap',
'models_cubicmap',
'models_mesh_picking',
+ 'models_mesh_generation',
+ 'models_material_pbr',
+ 'models_skybox',
+ 'models_yaw_pitch_roll',
'shaders_model_shader',
'shaders_shapes_textures',
'shaders_custom_uniform',