15 lines
No EOL
252 B
GLSL
15 lines
No EOL
252 B
GLSL
|
|
#ifndef SIMPLE
|
|
|
|
#include "shaders/scene/material.glsl"
|
|
#include "shaders/scene/lightmode.glsl"
|
|
#include "shaders/scene/light_shadow.glsl"
|
|
#include "shaders/scene/light_spot.glsl"
|
|
|
|
#endif
|
|
|
|
#ifdef SIMPLE3D
|
|
|
|
#include "shaders/scene/material.glsl"
|
|
|
|
#endif |