mark not yet supported shapes incompatible with shape collider component, fixes 3031
Signed-off-by: greerdv <greerdv@amazon.com>
This commit is contained in:
@@ -120,8 +120,14 @@ namespace PhysX
|
||||
|
||||
void EditorShapeColliderComponent::GetIncompatibleServices(AZ::ComponentDescriptor::DependencyArrayType& incompatible)
|
||||
{
|
||||
incompatible.push_back(AZ_CRC("LegacyCryPhysicsService", 0xbb370351));
|
||||
incompatible.push_back(AZ_CRC("PhysXShapeColliderService", 0x98a7e779));
|
||||
incompatible.push_back(AZ_CRC_CE("LegacyCryPhysicsService"));
|
||||
incompatible.push_back(AZ_CRC_CE("PhysXShapeColliderService"));
|
||||
incompatible.push_back(AZ_CRC_CE("AxisAlignedBoxShapeService"));
|
||||
incompatible.push_back(AZ_CRC_CE("CompoundShapeService"));
|
||||
incompatible.push_back(AZ_CRC_CE("DiskShapeService"));
|
||||
incompatible.push_back(AZ_CRC_CE("QuadShapeService"));
|
||||
incompatible.push_back(AZ_CRC_CE("TubeShapeService"));
|
||||
incompatible.push_back(AZ_CRC_CE("VegetationReferenceShapeService"));
|
||||
}
|
||||
|
||||
const AZStd::vector<AZ::Vector3>& EditorShapeColliderComponent::GetSamplePoints() const
|
||||
|
||||
@@ -50,6 +50,7 @@ namespace Vegetation
|
||||
void ReferenceShapeComponent::GetProvidedServices(AZ::ComponentDescriptor::DependencyArrayType& services)
|
||||
{
|
||||
services.push_back(AZ_CRC("ShapeService", 0xe86aa5fe));
|
||||
services.push_back(AZ_CRC_CE("VegetationReferenceShapeService"));
|
||||
}
|
||||
|
||||
void ReferenceShapeComponent::GetIncompatibleServices(AZ::ComponentDescriptor::DependencyArrayType& services)
|
||||
|
||||
Reference in New Issue
Block a user