0

enter image description here

I'm working with min3d. Simply created a skymap and added the textures.

My problem is NOT that the textures not fitting like in the image below. (I only have to switch left and right)

BUT! Can you see the kink in the middle of each image?

When I rotate the skymap around the Y axis its like texture is on a sine curve.

It like the texture is moving in a sinecurve. This phenomenon occours is only for the skymap textures. Also if I add a rectangle and put a texture on it and than rotate or move the rectangle the texture is moving. It like it is projected.

I havn't had that problem before. I Also checked out min3d again and created a new eclipse project with the untouched min3d sources. Created a Skymap. Rendered it. Same effect.

Any Idea?

Peter O.
  • 32,158
  • 14
  • 82
  • 96
TommyX
  • 331
  • 2
  • 7

1 Answers1

0

It seems that you are not properly setting the sky box textures did you try this example: http://www.rozengain.com/blog/2010/10/21/min3d-for-android-sky-box-tutorial/

Peter O.
  • 32,158
  • 14
  • 82
  • 96
Ali Imran
  • 8,927
  • 3
  • 39
  • 50
  • Answers should stand alone instead of containing nothing but a link. – Charles Dec 12 '12 at 04:45
  • what is very curious that this effect only apears on the emulator .. un my Smartphone the Skybox is displayed correctly. – TommyX Jan 03 '13 at 14:00
  • Ya most of the time the emulator does not show real things, so always first test game type projects on real devices:) – Ali Imran Jan 03 '13 at 15:31