From 61ce160023e56d20b8baf88b56c11b70b05a8318 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 20 Apr 2017 00:49:39 +0200 Subject: Added examples web images Added loader webs (previously ignored) --- docs/examples/web/core/core_2d_camera.png | Bin 0 -> 21470 bytes .../web/core/core_3d_camera_first_person.png | Bin 0 -> 17403 bytes docs/examples/web/core/core_3d_camera_free.png | Bin 0 -> 25317 bytes docs/examples/web/core/core_3d_mode.png | Bin 0 -> 8492 bytes docs/examples/web/core/core_3d_picking.png | Bin 0 -> 24402 bytes docs/examples/web/core/core_basic_window.png | Bin 0 -> 10297 bytes docs/examples/web/core/core_color_select.png | Bin 0 -> 14328 bytes docs/examples/web/core/core_drop_files.png | Bin 0 -> 4682 bytes docs/examples/web/core/core_gestures_detection.png | Bin 0 -> 19480 bytes docs/examples/web/core/core_input_gamepad.png | Bin 0 -> 38066 bytes docs/examples/web/core/core_input_keys.png | Bin 0 -> 10379 bytes docs/examples/web/core/core_input_mouse.png | Bin 0 -> 15444 bytes docs/examples/web/core/core_mouse_wheel.png | Bin 0 -> 15375 bytes docs/examples/web/core/core_random_values.png | Bin 0 -> 15247 bytes docs/examples/web/core/core_storage_values.png | Bin 0 -> 16147 bytes docs/examples/web/core/core_vr_simulator.png | Bin 0 -> 177237 bytes docs/examples/web/core/core_world_screen.png | Bin 0 -> 23813 bytes docs/examples/web/core/loader.html | 210 +++++++++++++++++++++ 18 files changed, 210 insertions(+) create mode 100644 docs/examples/web/core/core_2d_camera.png create mode 100644 docs/examples/web/core/core_3d_camera_first_person.png create mode 100644 docs/examples/web/core/core_3d_camera_free.png create mode 100644 docs/examples/web/core/core_3d_mode.png create mode 100644 docs/examples/web/core/core_3d_picking.png create mode 100644 docs/examples/web/core/core_basic_window.png create mode 100644 docs/examples/web/core/core_color_select.png create mode 100644 docs/examples/web/core/core_drop_files.png create mode 100644 docs/examples/web/core/core_gestures_detection.png create mode 100644 docs/examples/web/core/core_input_gamepad.png create mode 100644 docs/examples/web/core/core_input_keys.png create mode 100644 docs/examples/web/core/core_input_mouse.png create mode 100644 docs/examples/web/core/core_mouse_wheel.png create mode 100644 docs/examples/web/core/core_random_values.png create mode 100644 docs/examples/web/core/core_storage_values.png create mode 100644 docs/examples/web/core/core_vr_simulator.png create mode 100644 docs/examples/web/core/core_world_screen.png create mode 100644 docs/examples/web/core/loader.html (limited to 'docs/examples/web/core') diff --git a/docs/examples/web/core/core_2d_camera.png b/docs/examples/web/core/core_2d_camera.png new file mode 100644 index 00000000..d2f9e634 Binary files /dev/null and b/docs/examples/web/core/core_2d_camera.png differ diff --git a/docs/examples/web/core/core_3d_camera_first_person.png b/docs/examples/web/core/core_3d_camera_first_person.png new file mode 100644 index 00000000..a995591f Binary files /dev/null and b/docs/examples/web/core/core_3d_camera_first_person.png differ diff --git a/docs/examples/web/core/core_3d_camera_free.png b/docs/examples/web/core/core_3d_camera_free.png new file mode 100644 index 00000000..7874eedc Binary files /dev/null and b/docs/examples/web/core/core_3d_camera_free.png differ diff --git a/docs/examples/web/core/core_3d_mode.png b/docs/examples/web/core/core_3d_mode.png new file mode 100644 index 00000000..de65daeb Binary files /dev/null and b/docs/examples/web/core/core_3d_mode.png differ diff --git a/docs/examples/web/core/core_3d_picking.png b/docs/examples/web/core/core_3d_picking.png new file mode 100644 index 00000000..254f2f88 Binary files /dev/null and b/docs/examples/web/core/core_3d_picking.png differ diff --git a/docs/examples/web/core/core_basic_window.png b/docs/examples/web/core/core_basic_window.png new file mode 100644 index 00000000..34618441 Binary files /dev/null and b/docs/examples/web/core/core_basic_window.png differ diff --git a/docs/examples/web/core/core_color_select.png b/docs/examples/web/core/core_color_select.png new file mode 100644 index 00000000..93ab83ae Binary files /dev/null and b/docs/examples/web/core/core_color_select.png differ diff --git a/docs/examples/web/core/core_drop_files.png b/docs/examples/web/core/core_drop_files.png new file mode 100644 index 00000000..d46c44cf Binary files /dev/null and b/docs/examples/web/core/core_drop_files.png differ diff --git a/docs/examples/web/core/core_gestures_detection.png b/docs/examples/web/core/core_gestures_detection.png new file mode 100644 index 00000000..d2bbb5d7 Binary files /dev/null and b/docs/examples/web/core/core_gestures_detection.png differ diff --git a/docs/examples/web/core/core_input_gamepad.png b/docs/examples/web/core/core_input_gamepad.png new file mode 100644 index 00000000..5996eece Binary files /dev/null and b/docs/examples/web/core/core_input_gamepad.png differ diff --git a/docs/examples/web/core/core_input_keys.png b/docs/examples/web/core/core_input_keys.png new file mode 100644 index 00000000..48370321 Binary files /dev/null and b/docs/examples/web/core/core_input_keys.png differ diff --git a/docs/examples/web/core/core_input_mouse.png b/docs/examples/web/core/core_input_mouse.png new file mode 100644 index 00000000..a96e7faf Binary files /dev/null and b/docs/examples/web/core/core_input_mouse.png differ diff --git a/docs/examples/web/core/core_mouse_wheel.png b/docs/examples/web/core/core_mouse_wheel.png new file mode 100644 index 00000000..26a1f243 Binary files /dev/null and b/docs/examples/web/core/core_mouse_wheel.png differ diff --git a/docs/examples/web/core/core_random_values.png b/docs/examples/web/core/core_random_values.png new file mode 100644 index 00000000..6dd49475 Binary files /dev/null and b/docs/examples/web/core/core_random_values.png differ diff --git a/docs/examples/web/core/core_storage_values.png b/docs/examples/web/core/core_storage_values.png new file mode 100644 index 00000000..6cfd552d Binary files /dev/null and b/docs/examples/web/core/core_storage_values.png differ diff --git a/docs/examples/web/core/core_vr_simulator.png b/docs/examples/web/core/core_vr_simulator.png new file mode 100644 index 00000000..aa4d0932 Binary files /dev/null and b/docs/examples/web/core/core_vr_simulator.png differ diff --git a/docs/examples/web/core/core_world_screen.png b/docs/examples/web/core/core_world_screen.png new file mode 100644 index 00000000..b4853b45 Binary files /dev/null and b/docs/examples/web/core/core_world_screen.png differ diff --git a/docs/examples/web/core/loader.html b/docs/examples/web/core/loader.html new file mode 100644 index 00000000..c5e18be0 --- /dev/null +++ b/docs/examples/web/core/loader.html @@ -0,0 +1,210 @@ + + + + loading... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + +
+ + + + + + + + + \ No newline at end of file -- cgit v1.2.3