aws / lumberyard

Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full source.
Other
2.02k stars 539 forks source link

Allow configuration of Actor BBox update type in editor #519

Closed yuriy0 closed 3 years ago

yuriy0 commented 3 years ago

ActorInstance has several different modes and configuration values for computing its bounding box. This is especially useful when some animations might move the actor far outside its static bounds, in which case the actor render node will dissapear even when the actor mesh is still visible.

These settings are not exposed to the frontend (ActorComponent). This change simply adds these settings to the Actor configuration and to the Editor Actor edit context.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

AMZN-puvvadar commented 3 years ago

Hi @yuriy0 ,

Thanks for the submission! We'll review it internally and get back to you.

AMZN-puvvadar commented 3 years ago

Hi @yuriy0 ,

We're planning to integrate this fix. Thanks for the submission!