update light component constant, fixed the return value for find_editor_entity(), removed old GPU test scripts, added new GPU test scripts

Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com>
This commit is contained in:
jromnoa
2021-12-01 18:46:58 -08:00
parent ddd8dc6568
commit cc76ee58a7
5 changed files with 226 additions and 481 deletions
@@ -257,8 +257,13 @@ class AtomComponentProperties:
'name': 'Light',
'Attenuation Radius Mode': 'Controller|Configuration|Attenuation radius|Mode',
'Color': 'Controller|Configuration|Color',
'Enable shadow': 'Controller|Configuration|Shadows|Enable shadow',
'Enable shutters': 'Controller|Configuration|Shutters|Enable shutters',
'Inner angle': 'Controller|Configuration|Shutters|Inner angle',
'Intensity': 'Controller|Configuration|Intensity',
'Light type': 'Controller|Configuration|Light type',
'Outer angle': 'Controller|Configuration|Shutters|Outer angle',
'Shadowmap size': 'Controller|Configuration|Shadows|Shadowmap size',
}
return properties[property]