9 lines
189 B
GLSL
9 lines
189 B
GLSL
|
|
#ifndef SIMPLE
|
|
|
|
#include "shaders/scene/material.glsl"
|
|
#include "shaders/scene/lightmodel.glsl"
|
|
#include "shaders/scene/light_shadow.glsl"
|
|
#include "shaders/scene/light_spot.glsl"
|
|
|
|
#endif
|