-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '29980613b16128eed4a446c9815dc6bc98c0a8fa' into wjunhao/…
…gitflow_230425_o3de_extras Signed-off-by: Junhao Wang <[email protected]>
- Loading branch information
Showing
9 changed files
with
1,964 additions
and
713 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
168 changes: 168 additions & 0 deletions
168
Gems/RosRobotSample/Assets/robot/ros_components_description/meshes/slamtec_rplidar_s1.dae
Large diffs are not rendered by default.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
...otSample/Assets/robot/ros_components_description/meshes/slamtec_rplidar_s1_black.material
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,22 @@ | ||
{ | ||
"materialType": "@projectroot@/Cache/Intermediate Assets/materials/types/standardpbr_generated.materialtype", | ||
"materialTypeVersion": 5, | ||
"propertyValues": { | ||
"baseColor.color": [ | ||
0.019999999552965164, | ||
0.019999999552965164, | ||
0.019999999552965164, | ||
1.0 | ||
], | ||
"emissive.color": [ | ||
0.0, | ||
0.0, | ||
0.0, | ||
1.0 | ||
], | ||
"metallic.factor": 0.029999999329447746, | ||
"opacity.factor": 1.0, | ||
"roughness.factor": 0.3700000047683716, | ||
"specularF0.factor": 0.6000000238418579 | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...botSample/Assets/robot/ros_components_description/meshes/slamtec_rplidar_s1_gray.material
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 @@ | ||
{ | ||
"materialType": "@projectroot@/Cache/Intermediate Assets/materials/types/standardpbr_generated.materialtype", | ||
"materialTypeVersion": 5, | ||
"propertyValues": { | ||
"baseColor.color": [ | ||
0.05000000074505806, | ||
0.05000000074505806, | ||
0.05000000074505806, | ||
1.0 | ||
], | ||
"emissive.color": [ | ||
0.0, | ||
0.0, | ||
0.0, | ||
1.0 | ||
], | ||
"opacity.factor": 1.0, | ||
"roughness.factor": 0.4099999964237213 | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
...otSample/Assets/robot/ros_components_description/meshes/slamtec_rplidar_s1_white.material
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,19 @@ | ||
{ | ||
"materialType": "@projectroot@/Cache/Intermediate Assets/materials/types/standardpbr_generated.materialtype", | ||
"materialTypeVersion": 5, | ||
"propertyValues": { | ||
"baseColor.color": [ | ||
0.9258266091346741, | ||
0.9258266091346741, | ||
0.9258266091346741, | ||
1.0 | ||
], | ||
"emissive.color": [ | ||
0.0, | ||
0.0, | ||
0.0, | ||
1.0 | ||
], | ||
"opacity.factor": 1.0 | ||
} | ||
} |
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
287 changes: 99 additions & 188 deletions
287
Templates/Ros2ProjectTemplate/Template/Levels/DemoLevel/DemoLevel.prefab
Large diffs are not rendered by default.
Oops, something went wrong.