From 6d5082f8d6f28a4aa8a308f5df4679eb06f5cbff Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 13 Mar 2023 23:35:06 +0100 Subject: ADDED: New examples and compiled for raylib 4.5 --- common/examples.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'common') diff --git a/common/examples.js b/common/examples.js index d8a61cc..2027f68 100644 --- a/common/examples.js +++ b/common/examples.js @@ -71,6 +71,7 @@ $(document).ready(function() { '⭐️☆☆☆#textures_polygon', '⭐️⭐️⭐️☆#textures_fog_of_war', '⭐️⭐️⭐️☆#textures_gif_player', + '⭐️⭐️⭐️☆#textures_textured_curve', '⭐️☆☆☆#text_raylib_fonts', '⭐️☆☆☆#text_font_spritefont', '⭐️⭐️☆☆#text_font_filters', @@ -94,12 +95,14 @@ $(document).ready(function() { '⭐️☆☆☆#models_loading', '⭐️☆☆☆#models_loading_gltf', '⭐️☆☆☆#models_loading_vox', + '⭐️⭐️☆☆#models_loading_m3d', '⭐️☆☆☆#models_orthographic_projection', '⭐️⭐️⭐️⭐️#models_rlgl_solar_system', '⭐️⭐️☆☆#models_yaw_pitch_roll', '⭐️⭐️⭐️☆#models_waving_cubes', '⭐️☆☆☆#models_heightmap', '⭐️⭐️☆☆#models_skybox', + '⭐️⭐️☆☆#models_draw_cube_texture', '⭐️⭐️⭐️⭐️#shaders_basic_lighting', '⭐️⭐️☆☆#shaders_model_shader', '⭐️⭐️☆☆#shaders_shapes_textures', @@ -118,10 +121,14 @@ $(document).ready(function() { '⭐️⭐️⭐️⭐️#shaders_mesh_instancing', '⭐️⭐️☆☆#shaders_multi_sample2d', '⭐️⭐️☆☆#shaders_spotlight', + '⭐️⭐️☆☆#shaders_write_depth', + '⭐️⭐️⭐️⭐️#shaders_hybrid_render', '⭐️☆☆☆#audio_module_playing', '⭐️☆☆☆#audio_music_stream', '⭐️⭐️⭐️☆#audio_raw_stream', - '⭐️☆☆☆#audio_sound_loading']; + '⭐️☆☆☆#audio_sound_loading', + '⭐️⭐️⭐️⭐️#audio_stream_effect', + '⭐️⭐️⭐️⭐️#audio_mixed_processor']; for (var i = 0; i < exampleData.length; i++) { -- cgit v1.2.3