You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/AutomatedTesting/Registry
Aaron Ruiz Mora 00e860f326
Physics material system for spectra launch
- Invalidate 'Physics Materials From Mesh' boolean from collider component
- Removed material library from material selector. Default material library will always be used instead.
- Marking failing automated test as xfail
- Added default material to physics configuration.
- Moved material library asset from physx configuration to physics configuration, as it doesn't need to be physx specific.
- Refactor physics material system having into account that there is only one material library in the project.
- Renaming code from DefaultMaterialLibrary to MaterialLibrary.
- All queries about physics materials unified under PhysicsMaterialRequests bus.
- PhysXSystem only manages the material library asset.
- Saving and reloading the same physics material asset with different content didn't trigger a events that the material library has changed.
- Changing Physics Material Request interface to use shared_ptr instead of weak_ptr to be simpler to handle the returned materials and having a more consistent code.
- Refactored Material Manager to improve its implementation. Still following the same approach of "creating materials on the fly as they are requested", but now it's doing it consistently across the interface, with private helpers functions FindOrCreateMaterial that simplify vastly the implementation.
- Material Manager now listens to change event of material library asset and default material configuration so it updates its materials accordingly.
- Complete Material move constructor and operator.
5 years ago
..
C3510644_Collider_CollisionGroups.setreg_override Physics material system for spectra launch 5 years ago
C4044459_Material_DynamicFriction.setreg_override Physics material system for spectra launch 5 years ago
C4976227_Collider_NewGroup.setreg_override Physics material system for spectra launch 5 years ago
C4976244_Collider_SameGroupSameLayerCollision.setreg_override Physics material system for spectra launch 5 years ago
C4976245_PhysXCollider_CollisionLayerTest.setreg_override Physics material system for spectra launch 5 years ago
C4982593_PhysXCollider_CollisionLayer.setreg_override Physics material system for spectra launch 5 years ago
C14195074_ScriptCanvas_PostUpdateEvent.setreg_override (cherry-pick from 1.0) Fix registry colliding by using a different extension for the files used to override registry 5 years ago
C14902097_ScriptCanvas_PreUpdateEvent.setreg_override (cherry-pick from 1.0) Fix registry colliding by using a different extension for the files used to override registry 5 years ago
assets_scan_folders.setreg LYN-3133 Adding material editor asset path dependencies to Automated Testing project 5 years ago
authenticationProvider.setreg Adding password 1 factor sign in (#830) 5 years ago
awscoreconfiguration.setreg AWSI Gems CDK Automation fixtures (#707) 5 years ago
editorpreferences.setreg Integrating up through commit 90f050496 5 years ago
physxdebugconfiguration.setreg Integrating latest 47acbe8 5 years ago
physxdefaultsceneconfiguration.setreg Integrating latest 47acbe8 5 years ago
physxsystemconfiguration.setreg Physics material system for spectra launch 5 years ago