Skip to main content
glre
Docs
API
Guide
Primitives
English
English
日本語
GitHub
Plane
Plane
Code Example
float planeSDF(vec3 p, vec3 n, float d) { return dot(p, n) + d; }
Previous
Cone
Next
Capsule