---
title: Outline Rendering
layout: post
excerpt: I'm currently obsessed with the aesthetic of rendering angular CAD like 3D assets with thin black lines.
models: /assets/blog/outline_rendering
image:
thumbnail:
assets:
alt:
head: |
draft: true
---
First we have the scene exported with no additional normal information. Because of this, the render calculates the normal for each triangle of the mesh and lights it based on that, this is why we can see the individual faces of the cylinder and torus so easily.
Loading model...
Three simple meshes made in blender. I've exported these with no UVs, nor normals.
Next let's add in normals.