summaryrefslogtreecommitdiff
path: root/assets/models/torus.gltf
diff options
context:
space:
mode:
Diffstat (limited to 'assets/models/torus.gltf')
-rw-r--r--assets/models/torus.gltf137
1 files changed, 137 insertions, 0 deletions
diff --git a/assets/models/torus.gltf b/assets/models/torus.gltf
new file mode 100644
index 0000000..89f5103
--- /dev/null
+++ b/assets/models/torus.gltf
@@ -0,0 +1,137 @@
+{
+ "asset":{
+ "generator":"Khronos glTF Blender I/O v3.6.27",
+ "version":"2.0"
+ },
+ "scene":0,
+ "scenes":[
+ {
+ "name":"Scene",
+ "nodes":[
+ 0
+ ]
+ }
+ ],
+ "nodes":[
+ {
+ "mesh":0,
+ "name":"Torus"
+ }
+ ],
+ "materials":[
+ {
+ "doubleSided":true,
+ "name":"Material.001",
+ "pbrMetallicRoughness":{
+ "baseColorTexture":{
+ "index":0
+ },
+ "metallicFactor":0,
+ "roughnessFactor":0.5
+ }
+ }
+ ],
+ "meshes":[
+ {
+ "name":"Torus",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":0,
+ "NORMAL":1,
+ "TEXCOORD_0":2
+ },
+ "indices":3,
+ "material":0
+ }
+ ]
+ }
+ ],
+ "textures":[
+ {
+ "sampler":0,
+ "source":0
+ }
+ ],
+ "images":[
+ {
+ "mimeType":"image/png",
+ "name":"torus",
+ "uri":"torus.png"
+ }
+ ],
+ "accessors":[
+ {
+ "bufferView":0,
+ "componentType":5126,
+ "count":2304,
+ "max":[
+ 1.25,
+ 1.25,
+ 0.25
+ ],
+ "min":[
+ -1.25,
+ -1.25,
+ -0.25
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1,
+ "componentType":5126,
+ "count":2304,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":2,
+ "componentType":5126,
+ "count":2304,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":3,
+ "componentType":5123,
+ "count":3456,
+ "type":"SCALAR"
+ }
+ ],
+ "bufferViews":[
+ {
+ "buffer":0,
+ "byteLength":27648,
+ "byteOffset":0,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":27648,
+ "byteOffset":27648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":18432,
+ "byteOffset":55296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6912,
+ "byteOffset":73728,
+ "target":34963
+ }
+ ],
+ "samplers":[
+ {
+ "magFilter":9729,
+ "minFilter":9987
+ }
+ ],
+ "buffers":[
+ {
+ "byteLength":80640,
+ "uri":"torus.bin"
+ }
+ ]
+}