Signed Distance Functions (Q334): Difference between revisions
(Created claim: depends on (P1): Trigonometry Basics (Q338)) |
(Created claim: resource (P21): Jupyter Notebook on SDF (Q1921)) |
||
| (9 intermediate revisions by 3 users not shown) | |||
| description / en | description / en | ||
Functions that return 0 if a pixel is part of a shape, <0 if it is inside the shape, and >0 if it is outside. Used for Constructive | Functions that return 0 if a pixel is part of a shape, <0 if it is inside the shape, and >0 if it is outside. Used for Constructive Solid Geometry and Shaders | ||
| Property / resource | |||
| Property / resource: Library: fogleman/sdf / rank | |||
Normal rank | |||
| Property / resource | |||
| Property / resource: Code Example: 2D distance functions / rank | |||
Normal rank | |||
| Property / resource | |||
| Property / resource: Code Example: 3D distance functions / rank | |||
Normal rank | |||
| Property / resource | |||
| Property / resource: Video: Prozedurales 3D-Design mit OpenSCAD und Python-SDF / rank | |||
Normal rank | |||
| Property / resource | |||
| Property / resource: Tutorial: 2D Signed Distance Field Basics / rank | |||
Normal rank | |||
| Property / resource | |||
| Property / resource: Jupyter Notebook on SDF / rank | |||
Normal rank | |||
| Property / subclass of (deprecated) | |||
| Property / subclass of (deprecated): Mathematical Foundations / rank | |||
Normal rank | |||
Latest revision as of 09:49, 4 March 2025
Functions that return 0 if a pixel is part of a shape, <0 if it is inside the shape, and >0 if it is outside. Used for Constructive Solid Geometry and Shaders
- SDF
| Language | Label | Description | Also known as |
|---|---|---|---|
| English | Signed Distance Functions |
Functions that return 0 if a pixel is part of a shape, <0 if it is inside the shape, and >0 if it is outside. Used for Constructive Solid Geometry and Shaders |
|