1

(47 replies, posted in Engine)

Hi, anael, thanks for your fast reply:). I did a googling and find a note in  “OpenGL ES 2.0 API Quick Reference Card” by Khronos Group,it says texture2DLod "Available only in vertex shaders ". I'm totally confused+_+. I'll do some research for this.

BTW, althrough I'm new to Maratis, I'll say it is really an awesome engne! I like it's cute logo, it's easy to use editor and nice&clean render scene, also the code is easy to follow and it's a good start point to study build an custom game engine, thanks for your 10 long years working!

2

(47 replies, posted in Engine)

Does iOS version above 4.x(5.x, 6.x) no longer support glsl function texture2DLod? When I running the example(load CartoonTPots.level) the log says “Call to undeclared function 'textureLod'”,my dev enviroment is xcode 4.5 + iOS 6.0,thanks!