Skip to content

Commit

Permalink
New model
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyHeatToast committed Feb 17, 2024
1 parent f2c6815 commit 1eb5860
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 3 deletions.
Binary file added models/reliefvormen/gebergte-elbroes.bin
Binary file not shown.
182 changes: 182 additions & 0 deletions models/reliefvormen/gebergte-elbroes.gltf
Original file line number Diff line number Diff line change
@@ -0,0 +1,182 @@
{
"asset":{
"generator":"Khronos glTF Blender I/O v4.0.44",
"version":"2.0"
},
"scene":0,
"scenes":[
{
"name":"Scene",
"nodes":[
0,
1
]
}
],
"nodes":[
{
"mesh":0,
"name":"Gebergte - Elbroes",
"scale":[
0.10000000149011612,
0.10000000149011612,
0.10000000149011612
]
},
{
"mesh":1,
"name":"Cube",
"scale":[
12,
100,
12
],
"translation":[
12,
0,
12
]
}
],
"meshes":[
{
"name":"Gebergte - Elbroes",
"primitives":[
{
"attributes":{
"POSITION":0,
"NORMAL":1
},
"indices":2
}
]
},
{
"name":"Cube.001",
"primitives":[
{
"attributes":{
"POSITION":3,
"NORMAL":4,
"TEXCOORD_0":5
},
"indices":6
}
]
}
],
"accessors":[
{
"bufferView":0,
"componentType":5126,
"count":779667,
"max":[
260.3701477050781,
182.92799377441406,
360
],
"min":[
0,
0,
0
],
"type":"VEC3"
},
{
"bufferView":1,
"componentType":5126,
"count":779667,
"type":"VEC3"
},
{
"bufferView":2,
"componentType":5125,
"count":788382,
"type":"SCALAR"
},
{
"bufferView":3,
"componentType":5126,
"count":480744,
"max":[
1,
0.18292799592018127,
1
],
"min":[
-1,
0,
-1
],
"type":"VEC3"
},
{
"bufferView":4,
"componentType":5126,
"count":480744,
"type":"VEC3"
},
{
"bufferView":5,
"componentType":5126,
"count":480744,
"type":"VEC2"
},
{
"bufferView":6,
"componentType":5125,
"count":490152,
"type":"SCALAR"
}
],
"bufferViews":[
{
"buffer":0,
"byteLength":9356004,
"byteOffset":0,
"target":34962
},
{
"buffer":0,
"byteLength":9356004,
"byteOffset":9356004,
"target":34962
},
{
"buffer":0,
"byteLength":3153528,
"byteOffset":18712008,
"target":34963
},
{
"buffer":0,
"byteLength":5768928,
"byteOffset":21865536,
"target":34962
},
{
"buffer":0,
"byteLength":5768928,
"byteOffset":27634464,
"target":34962
},
{
"buffer":0,
"byteLength":3845952,
"byteOffset":33403392,
"target":34962
},
{
"buffer":0,
"byteLength":1960608,
"byteOffset":37249344,
"target":34963
}
],
"buffers":[
{
"byteLength":39209952,
"uri":"gebergte-elbroes.bin"
}
]
}
Binary file removed models/reliefvormen/vlakte-sint-niklaas.bin
Binary file not shown.
1 change: 0 additions & 1 deletion models/reliefvormen/vlakte-sint-niklaas.gltf

This file was deleted.

4 changes: 2 additions & 2 deletions reliefvormen.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
arjs="debugUIEnabled: false; detectionMode: mono_and_matrix; matrixCodeType: 3x3;">

<a-assets>
<a-asset-item id="vlakte1" src="models/reliefvormen/vlakte-sint-niklaas.gltf"></a-asset-item>
<a-asset-item id="gebergte1" src="models/reliefvormen/gebergte-elbroes.gltf"></a-asset-item>
</a-assets>

<a-marker type="barcode" value="0">
<a-entity position="0 0 0" rotation="90 0 0" scale="0.1 0.1 0.1" gltf-model="#vlakte1">
<a-entity position="0 0 0" rotation="0 0 0" scale="1 1 1" gltf-model="#gebergte1">
</a-entity>
</a-marker>

Expand Down

0 comments on commit 1eb5860

Please sign in to comment.