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.
* Removed "chatty" profile markers. These three markers were making terrain refreshes take ~200% longer in profile builds. Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com> * Terrain surface data wasn't updating its AABB correctly. The code was making an invalid assumption that changes to the world bounds would result in an invalid dirtyRegion. It actually gets a valid region encapsulating the old and new bounds. The fix is an additional check to see if the terrain bounds changed. Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com> * Addressed previous PR feedback that terrainSystem ought to be a local variable in each test. Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com> |
4 years ago | |
|---|---|---|
| .. | ||
| ConstantGradientComponent.cpp | 5 years ago | |
| ConstantGradientComponent.h | 5 years ago | |
| DitherGradientComponent.cpp | 4 years ago | |
| DitherGradientComponent.h | 5 years ago | |
| GradientSurfaceDataComponent.cpp | 4 years ago | |
| GradientSurfaceDataComponent.h | 5 years ago | |
| GradientTransformComponent.cpp | 4 years ago | |
| GradientTransformComponent.h | 5 years ago | |
| ImageGradientComponent.cpp | 4 years ago | |
| ImageGradientComponent.h | 5 years ago | |
| InvertGradientComponent.cpp | 5 years ago | |
| InvertGradientComponent.h | 5 years ago | |
| LevelsGradientComponent.cpp | 4 years ago | |
| LevelsGradientComponent.h | 5 years ago | |
| MixedGradientComponent.cpp | 4 years ago | |
| MixedGradientComponent.h | 5 years ago | |
| PerlinGradientComponent.cpp | 4 years ago | |
| PerlinGradientComponent.h | 5 years ago | |
| PosterizeGradientComponent.cpp | 5 years ago | |
| PosterizeGradientComponent.h | 5 years ago | |
| RandomGradientComponent.cpp | 4 years ago | |
| RandomGradientComponent.h | 5 years ago | |
| ReferenceGradientComponent.cpp | 4 years ago | |
| ReferenceGradientComponent.h | 5 years ago | |
| ShapeAreaFalloffGradientComponent.cpp | 4 years ago | |
| ShapeAreaFalloffGradientComponent.h | 5 years ago | |
| SmoothStepGradientComponent.cpp | 5 years ago | |
| SmoothStepGradientComponent.h | 5 years ago | |
| SurfaceAltitudeGradientComponent.cpp | 4 years ago | |
| SurfaceAltitudeGradientComponent.h | 5 years ago | |
| SurfaceMaskGradientComponent.cpp | 4 years ago | |
| SurfaceMaskGradientComponent.h | 5 years ago | |
| SurfaceSlopeGradientComponent.cpp | 5 years ago | |
| SurfaceSlopeGradientComponent.h | 5 years ago | |
| ThresholdGradientComponent.cpp | 5 years ago | |
| ThresholdGradientComponent.h | 5 years ago | |