mojo2 bananas
Monkey Forums/Monkey Programming/mojo2 bananas
| ||
Hey Monkeys, I have 2 little questions about mojo2. I just downloaded v84b and tried to run all bananas. 1. When I run renderdemo I get the following error: Monkey Runtime Error : Memory access violation C:/Programmieren/MonkeyXPro84b/modules/mojo2/math3d.monkey<60> C:/Programmieren/MonkeyXPro84b/modules/mojo2/renderer.monkey<116> C:/Programmieren/MonkeyXPro84b/modules/mojo2/bananas/rendererdemo/rendererdemo.monkey<96> C:/Programmieren/MonkeyXPro84b/modules/mojo/app.monkey<113> Don't know why :( 2.Shader Effects: Well, I just wanted to change the shader effect. So i copied the .glsl data from mojo2 to the data path of shadereffect.monkey and changed the LoadString Path: Method New() Build( LoadString( "monkey://data/bwshader.glsl" ) ) End to the .glsl names. but nothing happened. Could anyone show, how to use shadowshader,lightmapshader,fastshader and bumpshader? bye Duke |