Strange behaviour with mesh(white textures, missing vertices

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
fanaticguy
Posts: 9
Joined: Sat Feb 18, 2017 3:51 pm

Strange behaviour with mesh(white textures, missing vertices

Post by fanaticguy »

Hi.

Today i encountered some strange behaviour with one of the meshes. Just take a look at the atttached picture. Debug info is visible. One of "towers" have missing cubes and textures. All of them are separate meshes, created in the same way, but with offseted vertices.

Image
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Strange behaviour with mesh(white textures, missing vert

Post by CuteAlien »

Sorry, can't tell from a picture what is wrong. My guess would be either some array got messed up or your uv-coordinates are wrong for some of the vertices.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
fanaticguy
Posts: 9
Joined: Sat Feb 18, 2017 3:51 pm

Re: Strange behaviour with mesh(white textures, missing vert

Post by fanaticguy »

Exactly. It was my fault. Nevermind.
Post Reply