adding support for non-uniform scale for decals
This commit is contained in:
@@ -73,7 +73,8 @@ namespace AZ
|
||||
|
||||
//! Sets the transform of the decal
|
||||
//! Equivalent to calling SetDecalPosition() + SetDecalOrientation() + SetDecalHalfSize()
|
||||
void SetDecalTransform(DecalHandle handle, const AZ::Transform& world) override;
|
||||
void SetDecalTransform(DecalHandle handle, const AZ::Transform& world,
|
||||
const AZ::Vector3& nonUniformScale = AZ::Vector3::CreateOne()) override;
|
||||
|
||||
//! Sets the material information for this decal
|
||||
void SetDecalMaterial(DecalHandle handle, const AZ::Data::AssetId) override;
|
||||
|
||||
Reference in New Issue
Block a user