Vrad findings - Bradleyp123/Kiwi-Source-OOT- GitHub Wiki
VRAD.cpp ---------------------------------------------------------------------------------------------------- unsigned numbounce = 256; -Seems to control number of Ray trace bounce's ---------------------------------------------------------------------------------------------------- float maxchop = 1.5; -Seems to control Subdivision ---------------------------------------------------------------------------------------------------- float minchop = 1.5; -Seems to control Subdivision ---------------------------------------------------------------------------------------------------- float dispchop = 8.0f; //Controls how many luxels are in a patch? ---------------------------------------------------------------------------------------------------- float coring = 0.5; -Seems to make luxels under 0.5 (black) completely black ---------------------------------------------------------------------------------------------------- int extrapasses = 16; -Seems to control how many Passes VRAD dose (Higher Value = nice lighting?) ----------------------------------------------------------------------------------------------------