abaire / nxdk_pgraph_tests

Tests to verify xemu handling of various pushbuffer commands
Other
12 stars 8 forks source link

Extract the light setup code into a Light class #37

Open abaire opened 2 years ago

abaire commented 2 years ago

There are now multiple tests that deal with setting up lights, something that involves a number of mundane commands. Consider pulling this out into a helper class to avoid cluttering tests.

See implementation in set_vertex_data_tests.cpp and/or lighting_normal_tests.cpp