From c4919f3c77a688f42b4109e8f5d670713521ee7d Mon Sep 17 00:00:00 2001 From: Rahman <22raya1mpg@hft-stuttgart.de> Date: Sat, 22 Jun 2024 07:49:44 +0000 Subject: [PATCH] Upload New File --- public/scene.gltf | 249 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 249 insertions(+) create mode 100644 public/scene.gltf diff --git a/public/scene.gltf b/public/scene.gltf new file mode 100644 index 0000000..8ab9bb6 --- /dev/null +++ b/public/scene.gltf @@ -0,0 +1,249 @@ +{ + "accessors": [ + { + "bufferView": 2, + "componentType": 5126, + "count": 46699, + "max": [ + 6.8240141868591309, + 7.4545807838439941, + 5.9952878952026367 + ], + "min": [ + -3.6990270614624023, + -3.73490309715271, + -4.700228214263916 + ], + "type": "VEC3" + }, + { + "bufferView": 2, + "byteOffset": 560388, + "componentType": 5126, + "count": 46699, + "max": [ + 0.99993014335632324, + 0.9999193549156189, + 0.99992018938064575 + ], + "min": [ + -0.99998170137405396, + -0.99992799758911133, + -0.99998658895492554 + ], + "type": "VEC3" + }, + { + "bufferView": 3, + "componentType": 5126, + "count": 46699, + "max": [ + 0.54509806632995605, + 0.54509806632995605, + 0.55294120311737061, + 1 + ], + "min": [ + 0.26274511218070984, + 0.27058824896812439, + 0.21568627655506134, + 1 + ], + "type": "VEC4" + }, + { + "bufferView": 1, + "componentType": 5126, + "count": 46699, + "max": [ + 0.73152697086334229, + 0.99910098314285278 + ], + "min": [ + 0.00016900000628083944, + 0 + ], + "type": "VEC2" + }, + { + "bufferView": 0, + "componentType": 5125, + "count": 269988, + "max": [ + 46698 + ], + "min": [ + 0 + ], + "type": "SCALAR" + } + ], + "asset": { + "extras": { + "author": "Digital Archive of Natural History (DiNArDa) (https://sketchfab.com/disc3d)", + "license": "CC0-1.0 (http://creativecommons.org/publicdomain/zero/1.0/)", + "source": "https://sketchfab.com/3d-models/pine-cone-2-7982178a74c24bfcbfa51af8cc726494", + "title": "Pine cone 2" + }, + "generator": "Sketchfab-7.80.0", + "version": "2.0" + }, + "bufferViews": [ + { + "buffer": 0, + "byteLength": 1079952, + "byteOffset": 0, + "name": "floatBufferViews", + "target": 34963 + }, + { + "buffer": 0, + "byteLength": 373592, + "byteOffset": 1079952, + "byteStride": 8, + "name": "floatBufferViews", + "target": 34962 + }, + { + "buffer": 0, + "byteLength": 1120776, + "byteOffset": 1453544, + "byteStride": 12, + "name": "floatBufferViews", + "target": 34962 + }, + { + "buffer": 0, + "byteLength": 747184, + "byteOffset": 2574320, + "byteStride": 16, + "name": "floatBufferViews", + "target": 34962 + } + ], + "buffers": [ + { + "byteLength": 3321504, + "uri": "scene.bin" + } + ], + "images": [ + { + "uri": "textures/Pince_cone_2.1001_baseColor.jpeg" + } + ], + "materials": [ + { + "doubleSided": true, + "emissiveFactor": [ + 0, + 0, + 0 + ], + "name": "Pince_cone_2.1001", + "pbrMetallicRoughness": { + "baseColorFactor": [ + 1, + 1, + 1, + 1 + ], + "baseColorTexture": { + "index": 0, + "texCoord": 0 + }, + "metallicFactor": 0, + "roughnessFactor": 1 + } + } + ], + "meshes": [ + { + "primitives": [ + { + "attributes": { + "COLOR_0": 2, + "NORMAL": 1, + "POSITION": 0, + "TEXCOORD_0": 3 + }, + "indices": 4, + "material": 0, + "mode": 4 + } + ] + } + ], + "nodes": [ + { + "children": [ + 1 + ], + "name": "RootNode (gltf orientation matrix)", + "rotation": [ + -0.70710678118654746, + -0, + -0, + 0.70710678118654757 + ] + }, + { + "children": [ + 2 + ], + "matrix": [ + 1, + 0, + 0, + 0, + 0, + 0.17305418848991394, + -0.98491227626800537, + 0, + 0, + 0.98491227626800537, + 0.17305418848991394, + 0, + 0, + 0.90022855997085571, + 2.3672430515289307, + 1 + ], + "name": "RootNode (model correction matrix)" + }, + { + "children": [ + 3 + ], + "name": "Pince_cone_2.obj.cleaner.materialmerger.gles" + }, + { + "mesh": 0, + "name": "" + } + ], + "samplers": [ + { + "magFilter": 9729, + "minFilter": 9987, + "wrapS": 10497, + "wrapT": 10497 + } + ], + "scene": 0, + "scenes": [ + { + "name": "OSG_Scene", + "nodes": [ + 0 + ] + } + ], + "textures": [ + { + "sampler": 0, + "source": 0 + } + ] +} + -- GitLab