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.
* [Terrain] First pass of the ProcessList and ProcessRegion APIs for retrieving surface data Signed-off-by: amzn-sj <srikkant@amazon.com> * Add a couple of more tests. The expected values were plugged in based on the values generated by the brute force approach. Signed-off-by: amzn-sj <srikkant@amazon.com> * Move some declarations out of loops since they can be reused. Signed-off-by: amzn-sj <srikkant@amazon.com> * Update all the per position callbacks to pass SurfacePoint refs. Construct only one SurfacePoint object outside the loop which can be reused. Signed-off-by: amzn-sj <srikkant@amazon.com> * Update tests to use the new per position callbacks Signed-off-by: amzn-sj <srikkant@amazon.com> * Add ProcessRegion functions to the terrain benchmark. Signed-off-by: amzn-sj <srikkant@amazon.com> * Change C style static casts to aznumeric_cast. Add maybe_unused to unused params in benchmarks. Signed-off-by: amzn-sj <srikkant@amazon.com> * Update the ProcessList API functions to use array_view instead of a vector. This includes some additional changes to satisfy build dependencies. Signed-off-by: amzn-sj <srikkant@amazon.com> * Add ProcessList API functions to benchmarks Signed-off-by: amzn-sj <srikkant@amazon.com> * Update the ProcessList API functions to take Vector2 as input positions Signed-off-by: amzn-sj <srikkant@amazon.com> * Revert changes to AtomCore library split. Add partial implementation of span(mostly just copied over from array_view) to AzCore std containers. Signed-off-by: amzn-sj <srikkant@amazon.com> * Adding some const/non-const overloads that were missing in span Signed-off-by: amzn-sj <srikkant@amazon.com> * Move input position list generation to a function Signed-off-by: amzn-sj <srikkant@amazon.com> * Bring back Vector3 version of ProcessList functions. Rename Vector2 version to follow similar pattern as the Get functions. Signed-off-by: amzn-sj <srikkant@amazon.com> * Split span.h into .h/.inl files Signed-off-by: amzn-sj <srikkant@amazon.com> * Add [mayby_unused] for unused parameters to fix build errors Signed-off-by: amzn-sj <srikkant@amazon.com> |
4 years ago | |
|---|---|---|
| .. | ||
| API | 5 years ago | |
| Application | 5 years ago | |
| Archive | 5 years ago | |
| Asset | 5 years ago | |
| CommandLine | 5 years ago | |
| Components | 5 years ago | |
| Debug | 5 years ago | |
| Dependency | 5 years ago | |
| Entity | 5 years ago | |
| FileFunc | 5 years ago | |
| FileTag | 4 years ago | |
| Font | 5 years ago | |
| Gem | 5 years ago | |
| IO | 5 years ago | |
| InGameUI | 5 years ago | |
| Input | 5 years ago | |
| Logging | 5 years ago | |
| Matchmaking | 5 years ago | |
| Math | 5 years ago | |
| Metrics | 5 years ago | |
| Network | 5 years ago | |
| Physics | 5 years ago | |
| Platform | 5 years ago | |
| Process | 5 years ago | |
| ProjectManager | 5 years ago | |
| Render | 5 years ago | |
| Scene | 5 years ago | |
| Script | 5 years ago | |
| Session | 5 years ago | |
| Slice | 5 years ago | |
| Spawnable | 4 years ago | |
| StreamingInstall | 5 years ago | |
| StringFunc | 5 years ago | |
| SurfaceData | 5 years ago | |
| TargetManagement | 5 years ago | |
| Terrain | 4 years ago | |
| Thermal | 5 years ago | |
| UnitTest | 5 years ago | |
| Viewport | 5 years ago | |
| Visibility | 5 years ago | |
| Windowing | 5 years ago | |
| AzFrameworkModule.cpp | 5 years ago | |
| AzFrameworkModule.h | 5 years ago | |
| azframework_files.cmake | 4 years ago | |
| feature_options.cmake | 5 years ago | |