Skip to content

Commit e4de8f7

Browse files
committed
Added scenes
1 parent d504cdc commit e4de8f7

6 files changed

Lines changed: 110 additions & 1 deletion

File tree

95.1 KB
Binary file not shown.
46 KB
Binary file not shown.
Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
{
2+
"asset":{
3+
"generator":"Khronos glTF Blender I/O v4.5.47",
4+
"version":"2.0"
5+
},
6+
"scene":0,
7+
"scenes":[
8+
{
9+
"name":"Scene",
10+
"nodes":[
11+
0
12+
]
13+
}
14+
],
15+
"nodes":[
16+
{
17+
"mesh":0,
18+
"name":"Plane",
19+
"scale":[
20+
2.574457883834839,
21+
2.574457883834839,
22+
2.574457883834839
23+
]
24+
}
25+
],
26+
"meshes":[
27+
{
28+
"name":"Plane",
29+
"primitives":[
30+
{
31+
"attributes":{
32+
"POSITION":0,
33+
"NORMAL":1,
34+
"TEXCOORD_0":2
35+
},
36+
"indices":3
37+
}
38+
]
39+
}
40+
],
41+
"accessors":[
42+
{
43+
"bufferView":0,
44+
"componentType":5126,
45+
"count":1089,
46+
"max":[
47+
1,
48+
0,
49+
1
50+
],
51+
"min":[
52+
-1,
53+
0,
54+
-1
55+
],
56+
"type":"VEC3"
57+
},
58+
{
59+
"bufferView":1,
60+
"componentType":5126,
61+
"count":1089,
62+
"type":"VEC3"
63+
},
64+
{
65+
"bufferView":2,
66+
"componentType":5126,
67+
"count":1089,
68+
"type":"VEC2"
69+
},
70+
{
71+
"bufferView":3,
72+
"componentType":5123,
73+
"count":6144,
74+
"type":"SCALAR"
75+
}
76+
],
77+
"bufferViews":[
78+
{
79+
"buffer":0,
80+
"byteLength":13068,
81+
"byteOffset":0,
82+
"target":34962
83+
},
84+
{
85+
"buffer":0,
86+
"byteLength":13068,
87+
"byteOffset":13068,
88+
"target":34962
89+
},
90+
{
91+
"buffer":0,
92+
"byteLength":8712,
93+
"byteOffset":26136,
94+
"target":34962
95+
},
96+
{
97+
"buffer":0,
98+
"byteLength":12288,
99+
"byteOffset":34848,
100+
"target":34963
101+
}
102+
],
103+
"buffers":[
104+
{
105+
"byteLength":47136,
106+
"uri":"plane.bin"
107+
}
108+
]
109+
}
384 Bytes
Loading
384 Bytes
Loading

UserEngine/src/PlayerController.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ PlayerController::PlayerController(std::shared_ptr<Prisma::Scene> scene) : m_sce
9595
}
9696
});*/
9797
}
98-
createParticles();
98+
//createParticles();
9999
createCamera();
100100
createKeyboard();
101101
}

0 commit comments

Comments
 (0)