File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Code/Source/Tools/Components Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ namespace Pointcloud
61
61
AzFramework::BoundsRequestBus::Handler::BusDisconnect ();
62
62
}
63
63
64
- AZ::Aabb PointcloudEditorComponent::GetWorldBounds ()
64
+ AZ::Aabb PointcloudEditorComponent::GetWorldBounds () const
65
65
{
66
66
AZ::Transform transform = AZ::Transform::CreateIdentity ();
67
67
AZ::TransformBus::EventResult (transform, GetEntityId (), &AZ::TransformBus::Events::GetWorldTM);
@@ -73,7 +73,7 @@ namespace Pointcloud
73
73
return bounds;
74
74
}
75
75
76
- AZ::Aabb PointcloudEditorComponent::GetLocalBounds ()
76
+ AZ::Aabb PointcloudEditorComponent::GetLocalBounds () const
77
77
{
78
78
AZ::Transform transform = AZ::Transform::CreateIdentity ();
79
79
AZ::TransformBus::EventResult (transform, GetEntityId (), &AZ::TransformBus::Events::GetLocalTM);
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ namespace Pointcloud
42
42
void Deactivate () override ;
43
43
44
44
// AzFramework::BoundsRequestBus overrides ...
45
- AZ::Aabb GetWorldBounds () override ;
46
- AZ::Aabb GetLocalBounds () override ;
45
+ AZ::Aabb GetWorldBounds () const override ;
46
+ AZ::Aabb GetLocalBounds () const override ;
47
47
48
48
// AzToolsFramework::EditorComponentSelectionRequestsBus overrides ...
49
49
AZ::Aabb GetEditorSelectionBoundsViewport (const AzFramework::ViewportInfo& viewportInfo) override ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"gem_name" : " Pointcloud" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"display_name" : " Pointcloud" ,
5
- "license" : " License used i.e. Apache-2.0 or MIT " ,
6
- "license_url" : " Link to the license web site i.e. https://opensource.org/licenses/Apache-2.0" ,
7
- "origin" : " The name of the originator or creator " ,
8
- "origin_url" : " The website for this Gem " ,
5
+ "license" : " Apache-2.0" ,
6
+ "license_url" : " https://opensource.org/licenses/Apache-2.0" ,
7
+ "origin" : " Robotec.AI " ,
8
+ "origin_url" : " https://www.robotec.ai " ,
9
9
"type" : " Code" ,
10
- "summary" : " A short description of this Gem " ,
10
+ "summary" : " Tool Gem to visualize point clouds " ,
11
11
"canonical_tags" : [
12
12
" Gem"
13
13
],
24
24
" Atom_RPI" ,
25
25
" Atom"
26
26
],
27
- "repo_uri" : " " ,
28
- "compatible_engines" : [],
27
+ "repo_uri" : " https://github.com/RobotecAI/robotec-o3de-tools " ,
28
+ "compatible_engines" : [" o3de>=2.3.0 " ],
29
29
"engine_api_dependencies" : [],
30
30
"restricted" : " Pointcloud"
31
31
}
You can’t perform that action at this time.
0 commit comments