Animations-Import, Massenimport-Queue, Asset-Archivierung, Voxel-Refactor
- Animations-Import: GLB wird direkt vom Ursprungspfad geladen (kein Zwischenkopieren), J3O in clips/ gespeichert - RetargetingSystem: Translations-Tracks im Full-Retarget-Pfad erhalten (Hips-Y für sit_down) - AnimationLibrary: lädt nur J3O, Clip-Name wird bei applyTo() auf Library-Key umbenannt - SharedInput: animPreviewAddAnimPath → ConcurrentLinkedQueue animImportQueue (Massenimport-Fix) - EditorApp: archiveOriginal() archiviert Originaldateien nach assets/imported/<assettyp>/ - EditorApp: Animations-Unterknoten im Asset-Baum zeigen enthaltene Clip-Namen - Neue Animations-Clips: sit_down, get_up_sitting, sitting, pickup, sprinting u.a. - Voxel: VoxelChunkState entfernt, VoxelChunkNode/MarchingCubes überarbeitet - Map: Voxel-Chunks bereinigt, Terrain-Chunks aktualisiert Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "1c43e5dc-ddde-4f21-a876-8e778cf54da7",
|
||||
"benchType": "Simple",
|
||||
"sitzX": 110.8,
|
||||
"sitzY": 3.4299998,
|
||||
"sitzZ": 77.67,
|
||||
"sitzRotY": 1.5707964,
|
||||
"sitzSet": true
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "5be97ffb-e413-42e5-9815-9d14d1e3b93f",
|
||||
"benchType": "Simple",
|
||||
"sitzX": 106.9624,
|
||||
"sitzY": 3.39958,
|
||||
"sitzZ": 70.01086,
|
||||
"sitzRotY": 1.5707964,
|
||||
"sitzSet": true
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "d0adac15-2c08-4bd2-9a2b-ce3aad6d25d4",
|
||||
"benchType": "Simple",
|
||||
"sitzX": 99.24746,
|
||||
"sitzY": 6.18361,
|
||||
"sitzZ": 64.59041,
|
||||
"sitzRotY": 1.5707964,
|
||||
"sitzSet": true
|
||||
}
|
||||
Binary file not shown.
@@ -1 +1,4 @@
|
||||
# x y z r g b intensity radius
|
||||
138.57341 1.10000 209.24336 0.80000 1.00000 0.80000 12.00000 50.00000
|
||||
131.40373 1.10000 196.12698 0.80000 1.00000 0.80000 12.00000 50.00000
|
||||
143.96100 1.10000 194.25346 0.80000 1.00000 0.80000 12.00000 50.00000
|
||||
|
||||
Binary file not shown.
@@ -1,4 +1,8 @@
|
||||
# modelPath x y z rotY scale rotX rotZ solid texPath nmPath matPath meshFile animClip castShadow receiveShadow lod1Path lod2Path lod1Distance lod2Distance cullDistance
|
||||
Models/imported/wooden+cabin+3d+model.j3o 105.61634 5.26108 58.69108 0.00000 1.00000 0.00000 0.00000 false true true 30.00000 80.00000 120.00000
|
||||
Models/trees/pine/medium/pine_medium_20260615_221703.j3o 96.87341 6.23885 51.96483 0.00000 1.00000 0.00000 0.00000 false true true 30.00000 80.00000 120.00000
|
||||
Models/trees/pine/medium/pine_medium_20260615_221707.j3o 110.91007 4.47205 50.56980 0.00000 1.00000 0.00000 0.00000 false true true 30.00000 80.00000 120.00000
|
||||
# modelPath x y z rotY scale rotX rotZ solid texPath nmPath matPath meshFile animClip castShadow receiveShadow lod1Path lod2Path lod1Distance lod2Distance cullDistance interactableType interactableId
|
||||
Models/imported/wooden+cabin+3d+model.j3o 105.61634 4.85395 58.69108 0.00000 1.00000 0.00000 0.00000 false true true 30.00000 80.00000 120.00000
|
||||
Models/trees/pine/medium/pine_medium_20260615_221703.j3o 96.87341 6.11813 51.96483 0.00000 1.00000 0.00000 0.00000 false true true 30.00000 80.00000 120.00000
|
||||
Models/trees/pine/medium/pine_medium_20260615_221707.j3o 110.91007 4.33700 50.56980 0.00000 1.00000 0.00000 0.00000 false true true 30.00000 80.00000 120.00000
|
||||
Models/imported/Höhlenkristall1.j3o 138.57341 1.00000 209.24336 0.64251 1.00000 0.00000 0.00000 true true true 30.00000 80.00000 120.00000
|
||||
Models/imported/Höhlenkristall1.j3o 131.40373 1.00000 196.12698 3.95943 1.00000 0.00000 0.00000 true true true 30.00000 80.00000 120.00000
|
||||
Models/imported/Höhlenkristall1.j3o 143.96100 1.00000 194.25346 4.02822 1.00000 0.00000 0.00000 true true true 30.00000 80.00000 120.00000
|
||||
Models/imported/bank1.j3o 106.96240 2.89958 70.01086 0.00000 1.00000 0.00000 0.00000 false true true 30.00000 80.00000 120.00000 BENCH 5be97ffb-e413-42e5-9815-9d14d1e3b93f
|
||||
|
||||
3
blight-map/src/main/map/blight_paths.blp
Normal file
3
blight-map/src/main/map/blight_paths.blp
Normal file
@@ -0,0 +1,3 @@
|
||||
# Blight Path Network
|
||||
# NODE uuid name x y z
|
||||
# EDGE uuid1 uuid2
|
||||
BIN
blight-map/src/main/map/blight_stones.bls
Normal file
BIN
blight-map/src/main/map/blight_stones.bls
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
blight-map/src/main/map/chunks/patch_8c7c2435cb97.blsp
Normal file
BIN
blight-map/src/main/map/chunks/patch_8c7c2435cb97.blsp
Normal file
Binary file not shown.
BIN
blight-map/src/main/map/chunks/sculpt_16_0_17.blsm
Normal file
BIN
blight-map/src/main/map/chunks/sculpt_16_0_17.blsm
Normal file
Binary file not shown.
BIN
blight-map/src/main/map/chunks/sculpt_16_m1_17.blsm
Normal file
BIN
blight-map/src/main/map/chunks/sculpt_16_m1_17.blsm
Normal file
Binary file not shown.
BIN
blight-map/src/main/map/chunks/sculpt_17_0_17.blsm
Normal file
BIN
blight-map/src/main/map/chunks/sculpt_17_0_17.blsm
Normal file
Binary file not shown.
BIN
blight-map/src/main/map/chunks/sculpt_17_m1_17.blsm
Normal file
BIN
blight-map/src/main/map/chunks/sculpt_17_m1_17.blsm
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user