Mid-Week Update: Transparency Woes (Pictures!)

Published January 14, 2015
Advertisement
Well....been working on transparency, and here's some of the hilarious results I've had through the process:

Screen Shot 2015-01-13 at 10.43.11 PM.pngScreen Shot 2015-01-13 at 10.41.40 PM.pngScreen Shot 2015-01-13 at 10.47.46 PM.pngScreen Shot 2015-01-13 at 10.49.05 PM.pngScreen Shot 2015-01-13 at 10.53.15 PM.png


Aaaaaannnndddd.....that last one shows static sorting -- one round of sorting on generation, and that's it. Looks not too bad! When I work with movement, I've gotten a lot of flickering issues (see the crazy 4th image!); just some bugs to fix. Until next time!

Best,
ST
2 likes 6 comments

Comments

unbird

Ahh, nice. Thanks for the update.

Though frustrating, rendering bugs have their beauty wink.png

Edit: Hint for a stress-test: Try some concave shape.

January 14, 2015 09:02 AM
studentTeacher

Ahh, nice. Thanks for the update.

Though frustrating, rendering bugs have their beauty wink.png

Edit: Hint for a stress-test: Try some concave shape.

I tried that by doing cubes with spheres subtracted....looks fine! Hard to tell the difference between the last one above and the new ones though....I don't know if it's correct, but it looks good enough and realistic enough that I don't think anyone would complain. I'll look more into it.

Thanks too! Your comment pushed me to finish transparency up real quick :)

January 14, 2015 04:30 PM
CC Ricers

Can't say I look forward to getting to this in my game :P I have just added rivers to the terrain and that solid blue eventually needs to be changed to transparent blue.

January 14, 2015 07:39 PM
studentTeacher

Can't say I look forward to getting to this in my game tongue.png I have just added rivers to the terrain and that solid blue eventually needs to be changed to transparent blue.

Nice! What are you using for rivers -- noise, erosion, or something else?

January 14, 2015 08:48 PM
CC Ricers

I am just using Simplex noise. I couldn't figure out how to simulate rain or erosion and make it continuous from chunk to chunk.

January 14, 2015 11:02 PM
unbird

I wonder if one could do erosion in single pass, sort of. Erosion is recursive in nature and one can find GPU-approaches (ping-ponging textures). Never tried, but an idea I had is to produce a wrappable texture (starting from some wrappable heightmap) and then use as overlay. Probably with a height-dependant scale, like you did your mountains.

January 15, 2015 07:48 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement