summaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
authorRay San <[email protected]>2017-10-19 14:37:22 +0200
committerRay San <[email protected]>2017-10-19 14:37:22 +0200
commitd4208de8afdc13f46ecec399f86771b249317949 (patch)
treec5c276f9e3255fcb2d4687179f61fef9cf9800d7 /common
parent8991e0d5e068a6ad72b4ddf9a1b4b340e8c54f36 (diff)
downloadraylib.com-d4208de8afdc13f46ecec399f86771b249317949.tar.gz
raylib.com-d4208de8afdc13f46ecec399f86771b249317949.zip
New examples uploaded...
Diffstat (limited to 'common')
-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',