Random "work in progress" shots
category: general [glöplog]
branch / noby: looks nice!
branch your stuff always looks awesome. Looking forward to your next prod.
dirft: yeah that seems like a good approach if you have the gpu time. Need to read with more care later to fully understand :). Basically it's just a convolution with a circular shape though, right?
Some further experiments with SSS:
Some annoying artifacts especially in the chocolatey material. On the spheres also with front lighting it's also a tad too fresnel-like in my opinion, though the specular component also adds to that impression. Performance-wise it's pretty naive, but there should be room to optimize since finding the thickness doesn't need to bee too accurate. And yeah I'm just marching through the object, doesn't actually give too big of a performance hit.
Some further experiments with SSS:
Some annoying artifacts especially in the chocolatey material. On the spheres also with front lighting it's also a tad too fresnel-like in my opinion, though the specular component also adds to that impression. Performance-wise it's pretty naive, but there should be room to optimize since finding the thickness doesn't need to bee too accurate. And yeah I'm just marching through the object, doesn't actually give too big of a performance hit.
small birthday intro hack
Trying to bring water to a barren and twisted desert.
Oh, and if there's a chip musician willing to give a coder some advice, see here...
Oh, and if there's a chip musician willing to give a coder some advice, see here...
igor very intriguing image..some sort of telephone dial? .... is Igor using an api or is it straight c++??
yeah, i spin that wählscheibe when calling hyperspace entities! c++ & dx11, own engine...
i´m still into 3d printing ... and i love it :)
https://www.youtube.com/watch?v=l6GD3hHecCo
cu
cosmic
https://www.youtube.com/watch?v=l6GD3hHecCo
cu
cosmic
Doing really basic stuff on a 8-bit computer from the 80's is actually pretty darn relaxing.
its nice writing code when knowing how....
love the Yoda man!!!
love the Yoda man!!!
I added some (very basic) shadows to my javascript software 3d engine \:D/
and the "debug" version :)
and the "debug" version :)
I like that aesthetic for some reason :)
especially the background pyramids with light coming out
especially the background pyramids with light coming out
rez: LOVE IT.
It reminds me of some old amiga games. I'm a sucker for planets and moons :)
(Moonfall by J.Tapanimäki)
It reminds me of some old amiga games. I'm a sucker for planets and moons :)
(Moonfall by J.Tapanimäki)
noby, looks cool. Stupid question, what's SSS?
Canopy & leGend: thank a lot! <3
well, of course I'm totally inspired by the style of Amiga 3d engine, that's my I keep a fixed palette and worked a lot on my dithering :)
well, of course I'm totally inspired by the style of Amiga 3d engine, that's my I keep a fixed palette and worked a lot on my dithering :)
EvilOne: Subsurface scattering
Final technique (the rightmost):
Runs 30fps at 1280x720 on a 2011 i3 laptop GPU (and has room for optimization too).
Final technique (the rightmost):
Runs 30fps at 1280x720 on a 2011 i3 laptop GPU (and has room for optimization too).
Also rez's rasterizer just looks nicer and nicer :)
noby <3
also your "SSS" rendering is totally great, it gives a really smooth and soft result (also, the colors are great).
also your "SSS" rendering is totally great, it gives a really smooth and soft result (also, the colors are great).
Lovely rasterizer indeed, rez. Hoping to see a demo done in this style.
Here's a screenshot of what I'm working on right now:
(hey, it's WIP. A very, very very, very, very early WIP ;))
Here's a screenshot of what I'm working on right now:
(hey, it's WIP. A very, very very, very, very early WIP ;))
rez: that looks nice!
noby: wow :)
Preacher: early WIP or not ... at least it is WIP :)
noby: wow :)
Preacher: early WIP or not ... at least it is WIP :)
I wanted a tool that lets me convert rgb images to the speccy format, but none of the ones available had the flexibility I wanted, so.. I started writing a new one. Optimally this would just be a photoshop filter, but photoshop doesn't (as far as I know anyway) let you adjust stuff "below" filters and see the result.
Anyhoo. Load up an image, hit it with a stack of modifiers, tweak modifiers, seeing the result in real time. Fun. Also, speccy graphics sucks.
If it's your thing, you can find it here.
bmp2scr+source
@sol_hsa: that looks super interesting because.. yes.. the speccy graphics conversion tools have always left a huge amount to be desired. of course it's almost always "better" to get a real person to do the pixelling by hand but sometimes that's not possible.
if i understand your approach correctly (not just straight conversion but layers of filters/tweaking *underneath* the conversion) then it's a great idea. i'm going to have a play.. :)
if i understand your approach correctly (not just straight conversion but layers of filters/tweaking *underneath* the conversion) then it's a great idea. i'm going to have a play.. :)
[five minute later]
oh yeah.. that's mighty fine! :)
just missing a scale/crop on the input image (unless i missed that?)
oh yeah.. that's mighty fine! :)
just missing a scale/crop on the input image (unless i missed that?)