4428115916
-implemented the scene part of visual server and rasterizer, objects without lighting and material are rendererd only
8 lines
190 B
Text
8 lines
190 B
Text
Import('env')
|
|
|
|
if env['BUILDERS'].has_key('GLES3_GLSL'):
|
|
env.GLES3_GLSL('copy.glsl');
|
|
env.GLES3_GLSL('canvas.glsl');
|
|
env.GLES3_GLSL('canvas_shadow.glsl');
|
|
env.GLES3_GLSL('scene.glsl');
|
|
|