0.0.7 • Published 3 years ago

three-line-outline v0.0.7

Weekly downloads
139
License
MIT
Repository
github
Last release
3 years ago

three-line-outline

This is a geometric implementation of outlines for three.js. It's running in the vertex shader rather than pixel shader and shows/hides geometric lines if one adjacent face is facing away from the camera while the other faces towards.

I found this useful when rendering mechanical parts for CAD viewers.

This is WIP, currently works with indexed geometry only.

Example

https://dusanbosnjak.com/test/outline/

Usage

NPM

Something like this (see /debugger):

const myMesh = new Mesh(new CylinderGeometry)
const myOutline = new OutlineMesh(myMesh)

test

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago