diff --git a/arjs/herisson/herisson.bin b/arjs/herisson/herisson.bin new file mode 100644 index 0000000000000000000000000000000000000000..3c8e712a2616520fd58380b6a52c69380d2a3379 Binary files /dev/null and b/arjs/herisson/herisson.bin differ diff --git a/arjs/herisson/herisson.gltf b/arjs/herisson/herisson.gltf new file mode 100644 index 0000000000000000000000000000000000000000..0a0e46fb65a1cfa5065a4509c0872409016f03b7 --- /dev/null +++ b/arjs/herisson/herisson.gltf @@ -0,0 +1,209 @@ +{ + "asset":{ + "generator":"Khronos glTF Blender I/O v3.5.30", + "version":"2.0" + }, + "scene":0, + "scenes":[ + { + "name":"Scene", + "nodes":[ + 0, + 1 + ] + } + ], + "nodes":[ + { + "mesh":0, + "name":"Downloads\\Align_03_mesh", + "rotation":[ + 0.6800981163978577, + 0, + 0, + 0.7331210970878601 + ], + "translation":[ + -49.82083511352539, + 36.19061279296875, + 197.40335083007812 + ] + }, + { + "mesh":1, + "name":"Cube" + } + ], + "materials":[ + { + "doubleSided":true, + "name":"Material", + "pbrMetallicRoughness":{ + "baseColorFactor":[ + 0.800000011920929, + 0.800000011920929, + 0.800000011920929, + 1 + ], + "metallicFactor":0, + "roughnessFactor":0.5 + } + } + ], + "meshes":[ + { + "name":"Downloads\\Align_03_mesh", + "primitives":[ + { + "attributes":{ + "COLOR_0":0, + "POSITION":1, + "NORMAL":2 + }, + "indices":3 + } + ] + }, + { + "name":"Cube", + "primitives":[ + { + "attributes":{ + "POSITION":4, + "TEXCOORD_0":5, + "NORMAL":6 + }, + "indices":7, + "material":0 + } + ] + } + ], + "accessors":[ + { + "bufferView":0, + "componentType":5123, + "count":2981931, + "normalized":true, + "type":"VEC4" + }, + { + "bufferView":1, + "componentType":5126, + "count":2981931, + "max":[ + 97.93450164794922, + -155.93739318847656, + 23.98272705078125 + ], + "min":[ + -4.306197643280029, + -226.98580932617188, + -39.60851287841797 + ], + "type":"VEC3" + }, + { + "bufferView":2, + "componentType":5126, + "count":2981931, + "type":"VEC3" + }, + { + "bufferView":3, + "componentType":5125, + "count":2981931, + "type":"SCALAR" + }, + { + "bufferView":4, + "componentType":5126, + "count":24, + "max":[ + 1, + 1, + 1 + ], + "min":[ + -1, + -1, + -1 + ], + "type":"VEC3" + }, + { + "bufferView":5, + "componentType":5126, + "count":24, + "type":"VEC2" + }, + { + "bufferView":6, + "componentType":5126, + "count":24, + "type":"VEC3" + }, + { + "bufferView":7, + "componentType":5123, + "count":36, + "type":"SCALAR" + } + ], + "bufferViews":[ + { + "buffer":0, + "byteLength":23855448, + "byteOffset":0, + "target":34962 + }, + { + "buffer":0, + "byteLength":35783172, + "byteOffset":23855448, + "target":34962 + }, + { + "buffer":0, + "byteLength":35783172, + "byteOffset":59638620, + "target":34962 + }, + { + "buffer":0, + "byteLength":11927724, + "byteOffset":95421792, + "target":34963 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":107349516, + "target":34962 + }, + { + "buffer":0, + "byteLength":192, + "byteOffset":107349804, + "target":34962 + }, + { + "buffer":0, + "byteLength":288, + "byteOffset":107349996, + "target":34962 + }, + { + "buffer":0, + "byteLength":72, + "byteOffset":107350284, + "target":34963 + } + ], + "buffers":[ + { + "byteLength":107350356, + "uri":"herisson.bin" + } + ] +} diff --git a/arjs/index.html b/arjs/index.html index 064f6a64a756478bcc5280713ba684b366d193c9..9b445caa561e0a681cd3510ac8aaf18da4bf2234 100644 --- a/arjs/index.html +++ b/arjs/index.html @@ -18,8 +18,8 @@ --> <a-entity position="0 0 0" - scale="4 4 4" - gltf-model="vivian_kane_-_legendary_pandoras_box_model/scene.gltf" + scale="0.05 0.05 0.05" + gltf-model="herisson/herisson.gltf" ></a-entity> </a-marker> <a-entity camera></a-entity>