jaak on DeviantArthttps://www.deviantart.com/jaak/art/Minimalism-7471155jaak

Deviation Actions

jaak's avatar

Minimalism

By
Published:
2.2K Views

Description

Heres one really simple preset, its unoptimized and blaa bla blaaa....

I started it toying around with cube culling, heh... stopid me found that optimizing:
alpha = Normal_Vector . Eye_Point_Vector;
skip = below(alpha,0);
for cube will end up with:
alpha = px-ox;
skip = below(alpha,0);
:blushes:

nothing too fancy here, the preset i pretty suitable for intro or something. Btw, its ment to be so simple... and stylish ;)
oh yea, to run it on bigger res than 5xx * 3xx will require modifing linesize of last 2 ssc and the convos inside the effect list.
Enjoy ;)
© 2004 - 2024 jaak
Comments14
Join the community to add your comment. Already a deviant? Log In
TomyLobo's avatar
fast solid scoping, good shading... nice work :)