Explore >> Select a destination


You are here

mtnphil.wordpress.com
| | kosmonautblog.wordpress.com
4.2 parsecs away

Travel
| | In this article I will explore ways to make Signed Distance Fields work in my engine. We can use SDFs for efficient and beautiful 3d renderings not possible otherwise. Signed Distance Fields are basically volume textures that are assigned to a mesh or height map etc.. The idea is to sample a number of locations...
| | www.ronja-tutorials.com
4.6 parsecs away

Travel
| | Often when doing VFX you want stuff to stick to the floor. Even when that floor is uneven. Or decals to make existing geometry more interresting, or you want blob shadows on uneven floor, or some other use-cases in the same direction. (note: I used the free "Nature Starter Kit 2" from the Unity Asset store throughout this tutorial) Unity has the concept of a "projector" for that, but I have to admit I dont quite trust them.
| | mynameismjp.wordpress.com
3.1 parsecs away

Travel
| | First things first: what am I talking about? I'm talking about something that finds great use for deferred rendering: reconstructing the 3D position of a previously-rendered pixel (either in view-space or world-space) from a single depth value
| | brutalism.rs
25.6 parsecs away

Travel
| BRU-12 is a research project for performing realtime processing on volumetric 3D models and presenting them as meshes ready for rendering. The toolchain consists of Cinder and OpenVDB.OpenVDB is an industrial-grade data structure used for parallel processing of very large amounts of volumetric ("voxel") data. It's not really intended to be used for real-time rendering, but its design (and performance!) was interesting to me so I decided to try to implement a simple data pipeline on top of it.