mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-27 12:31:50 +00:00
chore: add system test to make sure reusing global assets is safe
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "http://openassettools.dev/schema/xmodel.v1.json",
|
||||
"_game": "t6",
|
||||
"_type": "xmodel",
|
||||
"_version": 2,
|
||||
"flags": 2621440,
|
||||
"lightingOriginOffset": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.5
|
||||
},
|
||||
"lightingOriginRange": 0.5,
|
||||
"lods": [
|
||||
{
|
||||
"distance": 11447.6904296875,
|
||||
"file": "model_export/Suzanne1.gltf"
|
||||
}
|
||||
],
|
||||
"type": "rigid"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "http://openassettools.dev/schema/xmodel.v1.json",
|
||||
"_game": "t6",
|
||||
"_type": "xmodel",
|
||||
"_version": 2,
|
||||
"flags": 2621440,
|
||||
"lightingOriginOffset": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.5
|
||||
},
|
||||
"lightingOriginRange": 0.5,
|
||||
"lods": [
|
||||
{
|
||||
"distance": 11447.6904296875,
|
||||
"file": "model_export/Suzanne2.gltf"
|
||||
}
|
||||
],
|
||||
"type": "rigid"
|
||||
}
|
||||
Reference in New Issue
Block a user