From 32bed038d8cd79adf41c812829a9d9d4812f46f4 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 8 Nov 2023 20:33:39 +0100 Subject: Updated open-graph --- examples/models/models_animation.html | 37 +++++- examples/models/models_billboard.html | 57 ++++++++- examples/models/models_box_collisions.html | 67 +++++++++- examples/models/models_cubicmap.html | 77 +++++++++++- examples/models/models_draw_cube_texture.html | 82 +++++++++++- examples/models/models_first_person_maze.html | 87 ++++++++++++- examples/models/models_geometric_shapes.html | 97 ++++++++++++++- examples/models/models_heightmap.html | 102 ++++++++++++++- examples/models/models_loading.html | 77 +++++++++++- examples/models/models_loading_gltf.html | 102 ++++++++++++++- examples/models/models_loading_m3d.html | 127 ++++++++++++++++++- examples/models/models_loading_vox.html | 132 +++++++++++++++++++- examples/models/models_mesh_generation.html | 137 ++++++++++++++++++++- examples/models/models_mesh_picking.html | 132 +++++++++++++++++++- .../models/models_orthographic_projection.html | 2 +- examples/models/models_rlgl_solar_system.html | 22 +++- examples/models/models_skybox.html | 27 +++- examples/models/models_waving_cubes.html | 32 ++++- examples/models/models_yaw_pitch_roll.html | 37 +++++- 19 files changed, 1414 insertions(+), 19 deletions(-) (limited to 'examples/models') diff --git a/examples/models/models_animation.html b/examples/models/models_animation.html index 38a13f1..4ab6c9b 100644 --- a/examples/models/models_animation.html +++ b/examples/models/models_animation.html @@ -1 +1,36 @@ -raylib web game
\ No newline at end of file +models animation
\ No newline at end of file diff --git a/examples/models/models_billboard.html b/examples/models/models_billboard.html index 0f30b12..705141e 100644 --- a/examples/models/models_billboard.html +++ b/examples/models/models_billboard.html @@ -1 +1,56 @@ -raylib web game
\ No newline at end of file +models billboard
\ No newline at end of file diff --git a/examples/models/models_box_collisions.html b/examples/models/models_box_collisions.html index 388e99c..4009cbe 100644 --- a/examples/models/models_box_collisions.html +++ b/examples/models/models_box_collisions.html @@ -1 +1,66 @@ -raylib web game
\ No newline at end of file +models box collisions
\ No newline at end of file diff --git a/examples/models/models_cubicmap.html b/examples/models/models_cubicmap.html index f3a0621..c80baa4 100644 --- a/examples/models/models_cubicmap.html +++ b/examples/models/models_cubicmap.html @@ -1 +1,76 @@ -raylib web game
\ No newline at end of file +models cubicmap
\ No newline at end of file diff --git a/examples/models/models_draw_cube_texture.html b/examples/models/models_draw_cube_texture.html index 3c9e41c..9db5b99 100644 --- a/examples/models/models_draw_cube_texture.html +++ b/examples/models/models_draw_cube_texture.html @@ -1 +1,81 @@ -raylib web game
\ No newline at end of file +models draw cube texture
\ No newline at end of file diff --git a/examples/models/models_first_person_maze.html b/examples/models/models_first_person_maze.html index bbdf5d1..56f7337 100644 --- a/examples/models/models_first_person_maze.html +++ b/examples/models/models_first_person_maze.html @@ -1 +1,86 @@ -raylib web game
\ No newline at end of file +models first person maze // Required for: free() + +//------------------------------------------------------------------------------------ +// Program main entry point +//-------------------------------------------------"name=description> // Required for: free() + +//------------------------------------------------------------------------------------ +// Program main entry point +//-------------------------------------------------"property=og:image:alt> // Required for: free() + +//------------------------------------------------------------------------------------ +// Program main entry point +//-------------------------------------------------"property=og:description> // Required for: free() + +//------------------------------------------------------------------------------------ +// Program main entry point +//-------------------------------------------------"name=twitter:image:alt> // Required for: free() + +//------------------------------------------------------------------------------------ +// Program main entry point +//-------------------------------------------------"name=twitter:description>
\ No newline at end of file diff --git a/examples/models/models_geometric_shapes.html b/examples/models/models_geometric_shapes.html index ed38f22..ec93cd1 100644 --- a/examples/models/models_geometric_shapes.html +++ b/examples/models/models_geometric_shapes.html @@ -1 +1,96 @@ -raylib web game
\ No newline at end of file +models geometric shapes
\ No newline at end of file diff --git a/examples/models/models_heightmap.html b/examples/models/models_heightmap.html index 8ea09a8..7e2e604 100644 --- a/examples/models/models_heightmap.html +++ b/examples/models/models_heightmap.html @@ -1 +1,101 @@ -raylib web game
\ No newline at end of file +models heightmap
\ No newline at end of file diff --git a/examples/models/models_loading.html b/examples/models/models_loading.html index bd6b73d..d27075c 100644 --- a/examples/models/models_loading.html +++ b/examples/models/models_loading.html @@ -1 +1,76 @@ -raylib web game
\ No newline at end of file +models loading
\ No newline at end of file diff --git a/examples/models/models_loading_gltf.html b/examples/models/models_loading_gltf.html index 198b43d..5b4db22 100644 --- a/examples/models/models_loading_gltf.html +++ b/examples/models/models_loading_gltf.html @@ -1 +1,101 @@ -raylib web game
\ No newline at end of file +models loading gltf
\ No newline at end of file diff --git a/examples/models/models_loading_m3d.html b/examples/models/models_loading_m3d.html index 3f15edf..5ba7ed6 100644 --- a/examples/models/models_loading_m3d.html +++ b/examples/models/models_loading_m3d.html @@ -1 +1,126 @@ -raylib web game
\ No newline at end of file +models loading m3d
\ No newline at end of file diff --git a/examples/models/models_loading_vox.html b/examples/models/models_loading_vox.html index c742b73..ce5cba9 100644 --- a/examples/models/models_loading_vox.html +++ b/examples/models/models_loading_vox.html @@ -1 +1,131 @@ -raylib web game
\ No newline at end of file +models loading vox
\ No newline at end of file diff --git a/examples/models/models_mesh_generation.html b/examples/models/models_mesh_generation.html index bb736cd..7369653 100644 --- a/examples/models/models_mesh_generation.html +++ b/examples/models/models_mesh_generation.html @@ -1 +1,136 @@ -raylib web game
\ No newline at end of file +models mesh generation
\ No newline at end of file diff --git a/examples/models/models_mesh_picking.html b/examples/models/models_mesh_picking.html index 274b40c..f4845f6 100644 --- a/examples/models/models_mesh_picking.html +++ b/examples/models/models_mesh_picking.html @@ -1 +1,131 @@ -raylib web game
\ No newline at end of file +models mesh picking
\ No newline at end of file diff --git a/examples/models/models_orthographic_projection.html b/examples/models/models_orthographic_projection.html index 6820311..6993e83 100644 --- a/examples/models/models_orthographic_projection.html +++ b/examples/models/models_orthographic_projection.html @@ -1 +1 @@ -raylib web game
\ No newline at end of file +models orthographic projection
\ No newline at end of file diff --git a/examples/models/models_rlgl_solar_system.html b/examples/models/models_rlgl_solar_system.html index b55a828..36cbf87 100644 --- a/examples/models/models_rlgl_solar_system.html +++ b/examples/models/models_rlgl_solar_system.html @@ -1 +1,21 @@ -raylib web game
\ No newline at end of file +models rlgl solar system
\ No newline at end of file diff --git a/examples/models/models_skybox.html b/examples/models/models_skybox.html index 1060c14..28473cb 100644 --- a/examples/models/models_skybox.html +++ b/examples/models/models_skybox.html @@ -1 +1,26 @@ -raylib web game
\ No newline at end of file +models skybox
\ No newline at end of file diff --git a/examples/models/models_waving_cubes.html b/examples/models/models_waving_cubes.html index c10963f..9d260b1 100644 --- a/examples/models/models_waving_cubes.html +++ b/examples/models/models_waving_cubes.html @@ -1 +1,31 @@ -raylib web game
\ No newline at end of file +models waving cubes
\ No newline at end of file diff --git a/examples/models/models_yaw_pitch_roll.html b/examples/models/models_yaw_pitch_roll.html index 5992fed..fd0b872 100644 --- a/examples/models/models_yaw_pitch_roll.html +++ b/examples/models/models_yaw_pitch_roll.html @@ -1 +1,36 @@ -raylib web game
\ No newline at end of file +models yaw pitch roll
\ No newline at end of file -- cgit v1.2.3