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/Gem
Ken Pruiksma b455b915a8
Making terrain query resolution a single float instead of a Vector2 (#7186)
* Making terrain query resolution a single float instead of a Vector2

Signed-off-by: Ken Pruiksma <pruiksma@amazon.com>

* Keeping the concept of different x/y step sizes in region queries since that may be useful and is separate from query resolution. Also keeping the concept of different x/y step sizes in physics since that's independent of the terrain gem.

Signed-off-by: Ken Pruiksma <pruiksma@amazon.com>

* Formatting cleanups

Signed-off-by: Ken Pruiksma <pruiksma@amazon.com>

* A few more minor cleanups

Signed-off-by: Ken Pruiksma <pruiksma@amazon.com>

* Added support to convert serialized Vector2 query resolution to a single float.

Signed-off-by: Ken Pruiksma <pruiksma@amazon.com>

* Switch ray intersection check back to using separate values for x and y resolution

Signed-off-by: Ken Pruiksma <pruiksma@amazon.com>

* Fixing new unit tests added to use float query resolution.

Signed-off-by: Ken Pruiksma <pruiksma@amazon.com>

* Updating automated test

Signed-off-by: Ken Pruiksma <pruiksma@amazon.com>
4 years ago
..
Code Adding automated test to ensure scripts attached to net-level-entities are started on the server 4 years ago
Editor/Scripts Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
PythonCoverage Templates restricted (#6498) 4 years ago
PythonTests Making terrain query resolution a single float instead of a Vector2 (#7186) 4 years ago
Resources Remove non-existant files from icon contents.json files (#3148) 5 years ago
Sponza Updated all .material files to have materialTypeVersion instead of propertyLayoutVersion. This was renamed in code at some point but we forgot to rename in the files. Before this was silently ignored but since I removed MaterialSourceDataSerializer, this started being reported as a warning. 4 years ago
AssetProcessorGemConfig.setreg Pass relative path IsFileExcluded so that only paths relative to the root scan folder are matched against the exclude filters (#4504) 5 years ago
CMakeLists.txt Templates restricted (#6498) 4 years ago
gem.json Templates restricted (#6498) 4 years ago
preview.png Integrating latest 47acbe8 5 years ago