added setAmbientLight(), setWorldColor()

This commit is contained in:
h4570
2020-12-07 21:02:06 +01:00
parent 18f3398687
commit 3284c5a598
8 changed files with 54 additions and 22 deletions
+2 -1
View File
@@ -29,8 +29,9 @@ extern u32 VU1Draw3D_CodeStart __attribute__((section(".vudata")));
extern u32 VU1Draw3D_CodeEnd __attribute__((section(".vudata")));
//
VifSender::VifSender()
VifSender::VifSender(Light *t_light)
{
light = t_light;
PRINT_LOG("Initializing VifSender");
PRINT_LOG("VifSender initialized!");
dma_channel_initialize(DMA_CHANNEL_VIF1, NULL, 0);