macro
Struct.BBMOD_BaseShader
Depth shader for static models.
Following code enables casting shadows for a custom material (requires a BBMOD_Renderer with enabled shadows).
material = BBMOD_MATERIAL_DEFAULT.clone()
.set_shader(BBMOD_ERenderPass.Shadows, BBMOD_SHADER_DEFAULT_DEPTH);
BBMOD_BaseShader, BBMOD_ERenderPass.Shadows
Copyright © 2023, BlueBurn. Built on February 04, 2023 using GMDoc.