Skip to content

Commit ae04df6

Browse files
committed
Feat: 밉매핑 적용 및 spdlog 라이브러리 사용하여 로그 기능 추가
1 parent ebc1ad5 commit ae04df6

File tree

150 files changed

+26763
-197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+26763
-197
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
{
2+
"Entitys": [
3+
{
4+
"EntityID": 2423471605,
5+
"Component": [
6+
{
7+
"ComponentID": 1365953231,
8+
"Name": "DirectionalLight"
9+
},
10+
{
11+
"ComponentID": 3400599862,
12+
"Local_Location": {
13+
"x": 0.0,
14+
"y": 2.344960927963257,
15+
"z": -0.5758053660392761
16+
},
17+
"Local_Quaternion": {
18+
"w": 1.0,
19+
"x": 0.0,
20+
"y": 0.0,
21+
"z": 0.0
22+
},
23+
"Local_Scale": {
24+
"x": 1.0,
25+
"y": 1.0,
26+
"z": 1.0
27+
}
28+
},
29+
{
30+
"ComponentID": 4257272042,
31+
"attenuation": {
32+
"x": 0.0,
33+
"y": 0.0,
34+
"z": 0.0
35+
},
36+
"color": {
37+
"w": 1.0,
38+
"x": 1.0,
39+
"y": 1.0,
40+
"z": 1.0
41+
},
42+
"direction": {
43+
"x": 1.0,
44+
"y": 0.0,
45+
"z": 0.0
46+
},
47+
"intensity": 1.0,
48+
"range": -1.0,
49+
"spot": -1.0,
50+
"type": 0
51+
}
52+
]
53+
},
54+
{
55+
"EntityID": 4155893495,
56+
"Component": [
57+
{
58+
"ComponentID": 1365953231,
59+
"Name": "Wall"
60+
},
61+
{
62+
"ComponentID": 3400599862,
63+
"Local_Location": {
64+
"x": 0.0,
65+
"y": 0.0,
66+
"z": 0.0
67+
},
68+
"Local_Quaternion": {
69+
"w": 0.7071074843406677,
70+
"x": 0.00021057153935544193,
71+
"y": 0.00021359874517656863,
72+
"z": 0.7071059942245483
73+
},
74+
"Local_Scale": {
75+
"x": 1.0,
76+
"y": 1.0,
77+
"z": 1.0
78+
}
79+
},
80+
{
81+
"ComponentID": 3774279003,
82+
"FBX": [
83+
102,
84+
108,
85+
111,
86+
111,
87+
114,
88+
54,
89+
95,
90+
108,
91+
111,
92+
119,
93+
46,
94+
102,
95+
98,
96+
120
97+
],
98+
"LightMapIndex": 0.0,
99+
"LightMapOffset": {
100+
"x": 0.0,
101+
"y": 0.0
102+
},
103+
"LightMapScale": 0.0,
104+
"LightMapTiling": {
105+
"x": 0.0,
106+
"y": 0.0
107+
},
108+
"MaskColor": {
109+
"w": 1.0,
110+
"x": 0.0,
111+
"y": 0.0,
112+
"z": 0.0
113+
}
114+
}
115+
]
116+
}
117+
],
118+
"PhysicsInfo": {
119+
"CollisionMatrix": [
120+
0,
121+
0,
122+
0,
123+
0,
124+
0,
125+
0,
126+
0,
127+
0,
128+
0
129+
],
130+
"FrameRate": 60,
131+
"Gravity": {
132+
"x": 0.0,
133+
"y": 0.0,
134+
"z": 0.0
135+
}
136+
},
137+
"BuildSettings": {
138+
"DivisionSizeXZ": 0.30000001192092896,
139+
"DivisionSizeY": 0.20000000298023224,
140+
"MaxAgentRadius": 0.6000000238418579,
141+
"MaxCrowdNumber": 64,
142+
"UseNavMesh": false,
143+
"WalkableClimb": 0.20000000298023224,
144+
"WalkableHeight": 0.30000001192092896,
145+
"WalkableSlopeAngle": 30.0
146+
}
147+
}

0 commit comments

Comments
 (0)