Caelum. Bug on device.

Problems building or running the engine, queries about how to use features etc.
Post Reply
User avatar
ENGine
Goblin
Posts: 266
Joined: Fri Jan 27, 2006 9:13 pm
Location: Belarus
x 2
Contact:

Caelum. Bug on device.

Post by ENGine »

Hi, all.

I'm working with Caelum library on my iOS project. Facing the bug: on simulator works all fine:
[img]
http://savepic.org/7245519.htm
[/img]

But when I'm testing on real device there is a bug:

[img]
http://savepic.net/6858241.htm
[/img]
User avatar
ENGine
Goblin
Posts: 266
Joined: Fri Jan 27, 2006 9:13 pm
Location: Belarus
x 2
Contact:

Re: Caelum. Bug on device.

Post by ENGine »

I changed:

Code: Select all

precision mediump int;
precision mediump float;
to:

Code: Select all

precision highp int;
precision highp float;
Now it works better, but there still is a bug on Device: (the clouds aren't smooth)
Simulator: http://savepic.ru/6949616.htm
Device: http://savepic.ru/6962928.htm
Post Reply