This website requires JavaScript.
Explore
Help
Sign In
birkeh
/
o3de
Watch
1
Star
0
Fork
0
You've already forked o3de
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
development
o3de
/
Gems
/
Atom
/
RPI
/
Code
/
Tests
/
Material
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
History
santorac
b67862a133
Minor updates from code review feedback.
...
Signed-off-by: santorac <
55155825+santorac@users.noreply.github.com
>
2022-02-11 09:37:12 -08:00
..
LuaMaterialFunctorTests.cpp
Added support for deeply nested material property groups.
2022-02-01 16:35:42 -08:00
MaterialAssetTests.cpp
Changed .material serialization to avoid loading the .materialtype file, since the .material builder doesn't declare a source dependency on the .materialtype. Otherwise there can be ambiguous edge cases where changes to the .materialtype might or might not impact the baked MaterialAsset. Note that another option would have been to add a the appropriate source dependency, but that would hurt iteration time as any change to the .materialtype file would cause every .material file and .fbx to rebuild.
2022-01-18 19:00:50 -08:00
MaterialAssetTestUtils.cpp
Shorten copyright headers by splitting into 2 lines (
#2213
)
2021-07-16 15:25:48 -07:00
MaterialAssetTestUtils.h
Shorten copyright headers by splitting into 2 lines (
#2213
)
2021-07-16 15:25:48 -07:00
MaterialFunctorSourceDataSerializerTests.cpp
Shorten copyright headers by splitting into 2 lines (
#2213
)
2021-07-16 15:25:48 -07:00
MaterialFunctorTests.cpp
Added support for deeply nested material property groups.
2022-02-01 16:35:42 -08:00
MaterialPropertyIdTests.cpp
Updated MaterialPropertyId class in preparation for nested material property sets.
2022-01-20 15:43:22 -08:00
MaterialPropertySerializerTests.cpp
Code cleanup.
2022-01-26 18:10:02 -08:00
MaterialPropertyValueSourceDataTests.cpp
Added support for deeply nested material property groups.
2022-02-01 16:35:42 -08:00
MaterialSourceDataTests.cpp
Reponse to code review feedback. The main change is making GetPropertyValues return by const ref.
2022-02-08 11:18:17 -08:00
MaterialTests.cpp
Minor cleanup of some shader option related unit tests.
2022-02-01 11:42:50 -08:00
MaterialTypeAssetTests.cpp
Minor cleanup of some shader option related unit tests.
2022-02-01 11:42:50 -08:00
MaterialTypeSourceDataTests.cpp
Minor updates from code review feedback.
2022-02-11 09:37:12 -08:00