From d4208de8afdc13f46ecec399f86771b249317949 Mon Sep 17 00:00:00 2001 From: Ray San Date: Thu, 19 Oct 2017 14:37:22 +0200 Subject: New examples uploaded... --- common/js/examples.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common') 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', -- cgit v1.2.3