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/Gems/Atom/RPI/Code/Source/RPI.Builders/Model
Tom Hulton-Harrop 2812ec2024
Fix brute force mesh intersection function (#5447)
* fix brute force mesh intersection function

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* add test for brute force ray intersection fix

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* refactor tests to remove as much duplication and provide API for future tests if required

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* small updates after review feedback

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* update following review feedback

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>

* fix for pointer offset

Signed-off-by: Tom Hulton-Harrop <82228511+hultonha@users.noreply.github.com>
4 years ago
..
MaterialAssetBuilderComponent.cpp Edit comment and add marker for version update. 4 years ago
MaterialAssetBuilderComponent.h Added a new registry setting that disables automatic conversion of materials from model files like FBX. 4 years ago
ModelAssetBuilderComponent.cpp Fix brute force mesh intersection function (#5447) 4 years ago
ModelAssetBuilderComponent.h Updated unit tests and fixed build failures. 4 years ago
ModelExporterComponent.cpp Fixes for release builds for unused variable warnings (#4000) 4 years ago
ModelExporterComponent.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ModelExporterContexts.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ModelExporterContexts.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
MorphTargetExporter.cpp More fixes 4 years ago
MorphTargetExporter.h Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago