Skip to content

Commit

Permalink
public
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Svirsky committed Aug 15, 2024
1 parent 29b5830 commit 5299d74
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 0 deletions.
239 changes: 239 additions & 0 deletions public/earth.gltf
Original file line number Diff line number Diff line change
@@ -0,0 +1,239 @@
{
"accessors": [
{
"bufferView": 2,
"componentType": 5126,
"count": 33708,
"max": [
0.9872313737869263,
0.9975767135620117,
0.9872314929962158
],
"min": [
-0.9872310161590576,
-0.9975767135620117,
-0.9872310161590576
],
"type": "VEC3"
},
{
"bufferView": 2,
"byteOffset": 404496,
"componentType": 5126,
"count": 33708,
"max": [
1.0,
1.0,
1.0
],
"min": [
-1.0,
-1.0,
-1.0
],
"type": "VEC3"
},
{
"bufferView": 1,
"componentType": 5126,
"count": 33708,
"max": [
1.0000003576278687,
1.0000001192092896
],
"min": [
0.0,
0.0
],
"type": "VEC2"
},
{
"bufferView": 0,
"componentType": 5125,
"count": 190464,
"type": "SCALAR"
}
],
"asset": {
"extras": {
"author": "PatelDev (https://sketchfab.com/PatelDev)",
"license": "CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/)",
"source": "https://sketchfab.com/3d-models/earth-f7a76c63ff1846afb2d606e5c8369c15",
"title": "Earth"
},
"generator": "Sketchfab-12.68.0",
"version": "2.0"
},
"bufferViews": [
{
"buffer": 0,
"byteLength": 761856,
"name": "floatBufferViews",
"target": 34963
},
{
"buffer": 0,
"byteLength": 269664,
"byteOffset": 761856,
"byteStride": 8,
"name": "floatBufferViews",
"target": 34962
},
{
"buffer": 0,
"byteLength": 808992,
"byteOffset": 1031520,
"byteStride": 12,
"name": "floatBufferViews",
"target": 34962
}
],
"buffers": [
{
"byteLength": 1840512,
"uri": "scene.bin"
}
],
"images": [
{
"uri": "textures/Scene_-_Root_baseColor.jpeg"
}
],
"materials": [
{
"doubleSided": true,
"name": "Scene_-_Root",
"pbrMetallicRoughness": {
"baseColorTexture": {
"index": 0
},
"metallicFactor": 0.0,
"roughnessFactor": 0.4
}
}
],
"meshes": [
{
"name": "Object_0",
"primitives": [
{
"attributes": {
"NORMAL": 1,
"POSITION": 0,
"TEXCOORD_0": 2
},
"indices": 3,
"material": 0,
"mode": 4
}
]
}
],
"nodes": [
{
"children": [
1
],
"matrix": [
1.0,
0.0,
0.0,
0.0,
0.0,
2.220446049250313e-16,
-1.0,
0.0,
0.0,
1.0,
2.220446049250313e-16,
0.0,
0.0,
0.0,
0.0,
1.0
],
"name": "Sketchfab_model"
},
{
"children": [
2
],
"name": "root"
},
{
"children": [
3
],
"matrix": [
1.0,
0.0,
0.0,
0.0,
0.0,
2.220446049250313e-16,
1.0,
0.0,
0.0,
-1.0,
2.220446049250313e-16,
0.0,
0.0,
0.0,
0.0,
1.0
],
"name": "GLTF_SceneRootNode"
},
{
"children": [
4
],
"matrix": [
1.127645492553711,
0.0,
0.0,
0.0,
0.0,
1.127645492553711,
0.0,
0.0,
0.0,
0.0,
1.127645492553711,
0.0,
0.0,
0.0,
0.0,
1.0
],
"name": "Sphere_2"
},
{
"mesh": 0,
"name": "Object_4"
}
],
"samplers": [
{
"magFilter": 9729,
"minFilter": 9987,
"wrapS": 10497,
"wrapT": 10497
}
],
"scene": 0,
"scenes": [
{
"name": "Sketchfab_Scene",
"nodes": [
0
]
}
],
"textures": [
{
"sampler": 0,
"source": 0
}
]
}
Binary file added public/scene.bin
Binary file not shown.
Binary file added public/textures/Scene_-_Root_baseColor.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5299d74

Please sign in to comment.