-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sophie Pichler
authored and
Sophie Pichler
committed
Feb 3, 2025
1 parent
a6c4c3c
commit c67fee3
Showing
5 changed files
with
3,571 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<ActiveDebugProfile>Hera Spacecraft</ActiveDebugProfile> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"profiles": { | ||
"ModelViewer": { | ||
"commandName": "Project", | ||
"commandLineArgs": "..//..//..//resources//m2020-urdf-models//rover//meshes" | ||
}, | ||
"AFC Camera": { | ||
"commandName": "Project", | ||
"commandLineArgs": "..//..//..//resources//Spacecraft//gltf//AFC" | ||
}, | ||
"Hera Spacecraft": { | ||
"commandName": "Project", | ||
"commandLineArgs": "..//..//..//resources//Spacecraft//gltf" | ||
}, | ||
"Perserverance Rover": { | ||
"commandName": "Project", | ||
"commandLineArgs": "..//..//..//resources//m2020-urdf-models//rover//meshes" | ||
} | ||
} | ||
} |
3,433 changes: 3,433 additions & 0 deletions
3,433
src/ModelViewer/resources/Spacecraft/gltf/AFC/hera_sc_afc_v01.bin
Large diffs are not rendered by default.
Oops, something went wrong.
97 changes: 97 additions & 0 deletions
97
src/ModelViewer/resources/Spacecraft/gltf/AFC/hera_sc_afc_v01.gltf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"asset" : { | ||
"generator" : "Khronos glTF Blender I/O v3.3.32", | ||
"version" : "2.0" | ||
}, | ||
"scene" : 0, | ||
"scenes" : [ | ||
{ | ||
"name" : "Scene", | ||
"nodes" : [ | ||
0 | ||
] | ||
} | ||
], | ||
"nodes" : [ | ||
{ | ||
"mesh" : 0, | ||
"name" : "AFC1_hera_satellite_assy_08_outer_shape_20220225.001", | ||
"rotation" : [ | ||
0.7071068286895752, | ||
0, | ||
0, | ||
0.7071067094802856 | ||
] | ||
} | ||
], | ||
"meshes" : [ | ||
{ | ||
"name" : "AFC1_hera_satellite_assy_08_outer_shape_20220225.002", | ||
"primitives" : [ | ||
{ | ||
"attributes" : { | ||
"POSITION" : 0, | ||
"NORMAL" : 1 | ||
}, | ||
"indices" : 2 | ||
} | ||
] | ||
} | ||
], | ||
"accessors" : [ | ||
{ | ||
"bufferView" : 0, | ||
"componentType" : 5126, | ||
"count" : 44503, | ||
"max" : [ | ||
0.07268299907445908, | ||
0.07302699983119965, | ||
0.16152900457382202 | ||
], | ||
"min" : [ | ||
-0.07327800244092941, | ||
-0.07293400168418884, | ||
-0.10402099788188934 | ||
], | ||
"type" : "VEC3" | ||
}, | ||
{ | ||
"bufferView" : 1, | ||
"componentType" : 5126, | ||
"count" : 44503, | ||
"type" : "VEC3" | ||
}, | ||
{ | ||
"bufferView" : 2, | ||
"componentType" : 5123, | ||
"count" : 49386, | ||
"type" : "SCALAR" | ||
} | ||
], | ||
"bufferViews" : [ | ||
{ | ||
"buffer" : 0, | ||
"byteLength" : 534036, | ||
"byteOffset" : 0, | ||
"target" : 34962 | ||
}, | ||
{ | ||
"buffer" : 0, | ||
"byteLength" : 534036, | ||
"byteOffset" : 534036, | ||
"target" : 34962 | ||
}, | ||
{ | ||
"buffer" : 0, | ||
"byteLength" : 98772, | ||
"byteOffset" : 1068072, | ||
"target" : 34963 | ||
} | ||
], | ||
"buffers" : [ | ||
{ | ||
"byteLength" : 1166844, | ||
"uri" : "hera_sc_afc_v01.bin" | ||
} | ||
] | ||
} |