Glitch pictures thread!

Post your questions, suggestions and experiences regarding to Image manipulation, 3d modeling and level editing for the Irrlicht engine here.
ent1ty
Competition winner
Posts: 1106
Joined: Sun Nov 08, 2009 11:09 am

Re: Glitch pictures thread!

Post by ent1ty »

Ha! once again, reviving a thread before a full year goes by :D

Image
irrRenderer 1.0
Height2Normal v. 2.1 - convert height maps to normal maps

Step back! I have a void pointer, and I'm not afraid to use it!
roelor
Posts: 240
Joined: Wed Aug 13, 2008 8:06 am

Re: Glitch pictures thread!

Post by roelor »

Image
Trying to make marks for crater positions, but ran straight out of math :P
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Re: Glitch pictures thread!

Post by Mel »

Yay! gotta love Moire patters! :D
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Cube_
Posts: 1010
Joined: Mon Oct 24, 2011 10:03 pm
Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d

Re: Glitch pictures thread!

Post by Cube_ »

... I'll just revive this thread now, I feel it should remain alive.

Here are some moire patterns and general oddities, still not sure WHY this happens but I'll find that out eventually, do note the tiny chunks next to the normal sized ones.

Image
Image

now to figure out what causes these bizarre results... if only my gpu could handle these polycounts, then debugging it would be a bit easier.

EDIT:

Image
Image

seems to relate to volume sizes where after a certain amount of blocks it just keels over and makes the rest smaller, probably relates to my scaling function or maybe my mesh generation function. either way I'm not fixing it (priority: irrelevant, the volume sizes we're talking about are far too slow to build for real time application, they'd have some usefulness for testing but not enough to fix the bug that won't affect the game itself.
"this is not the bottleneck you are looking for"
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Re: Glitch pictures thread!

Post by Mel »

Rendering a skydome out of a cubemap... Still not there, but getting close...

Image
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Re: Glitch pictures thread!

Post by Virion »

Image
My first attempt in creating my own custom 3d format..... :oops: It's supposed to be a spongebob model. :lol:
Cube_
Posts: 1010
Joined: Mon Oct 24, 2011 10:03 pm
Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d

Re: Glitch pictures thread!

Post by Cube_ »

if you squint really hard it sorta looks like... no wait, still doesn't look like spongebob.

also @ Mel, I sorta like that output - looks neat.
"this is not the bottleneck you are looking for"
Cube_
Posts: 1010
Joined: Mon Oct 24, 2011 10:03 pm
Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d

Re: Glitch pictures thread!

Post by Cube_ »

... well then, apparently the docu is more important than I thought becuase I got a glitch with setFOV - I picked 90 by chance as a starting point, hey this looks pretty ok, it's a bit extreme... 75? welp I can't see anything now, it's way too zoomed in.
... 80? this is cool, the scene is rendered inverted.
... 100? can't see anything.
95? can't see anything.
91? err... this.
Image

welp, it probably takes radians... I guess I should write a deg2rad function then (and a rad2deg because I clearly need to get the fov back to degrees to render in the ui)

EDIT: aaand after brushing up on my HS maths we get
deg*(pi/180) & rad*(180/pi)
'tis an easy glitch to solve but it had a neat result.

EDIT2: at least now we all know what an FOV of 5214 looks like.
"this is not the bottleneck you are looking for"
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Re: Glitch pictures thread!

Post by Mel »

The struggle is real! Z-FIGHTERS, the screenshot! :)

Image
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Re: Glitch pictures thread!

Post by Mel »

Not always a extrusion works as one would wish for, and sometimes it is really catastrophic... XD

Image
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Vectrotek
Competition winner
Posts: 1087
Joined: Sat May 02, 2015 5:05 pm

Re: Glitch pictures thread!

Post by Vectrotek »

Image
Vectrotek
Competition winner
Posts: 1087
Joined: Sat May 02, 2015 5:05 pm

Re: Glitch pictures thread!

Post by Vectrotek »

Image
Post Reply