
What is SculptGL?
SculptGL is a small sculpting application powered by JavaScript and webGL.
MAIN FEATURES :
-
Sculpting tools
- Standard tools : Brush, Inflate, Smooth, Twist, Drag, etc
- PBR Vertex Painting (color, roughness, metalness)
- Alpha texture support for each tools
-
Multiresolution sculpting
- Quad-tri Subdivison (catmull-clark/loop)
- Reversion (compute opposite of subdvision if possible)
- Navigating from low/high poly level subdiv will retain sculpting changes
- keep UVs (both reversion and subdivison)
-
Voxel remeshing
- Uses SurfaceNets meshing algorithm (produces quad-only mesh)
- Uniform remeshing (quads will have the same size)
- Can also create non-manifold vertex :(
- In case of a non closed mesh, a naive holefilling algorithm is performed first
- Deletes UV
-
Dynamic topology
- Triangles only
- Operates in real time
- Local subdivision (create new triangles)
- Local decimation (deletes triangles)
- Deletes UV
-
Supports OBJ, PLY, STL import/export
- Reads vertex color
- Optimizes post and pre transform cache (tipsy algorithm)
-
Undo/Redo support
Show full description ▾
Features Vote on or suggest new features
Supported Languages
- English
Comments and Reviews Post a comment / review all • positive • negative relevance • date
No comments or reviews, maybe you want to be first?Said about SculptGL as an alternative
Tags
- cgi
- 3d-sculpture
- modeling
- sculpting
Lists containing SculptGL
Free tools (Software that can help you mostly in any field) • Open Source & Free Animation & VFX • Linux • Graphics • 3D/modeling





SculptGL videos

SculptGL
Summary
Our users have written 0 comments and reviews about SculptGL, and it has gotten 14 likes
- Developed by Stéphane GINIER
- Open Source and Free product.
- 27 alternatives listed
Popular alternatives
- 1
- 2
- 3
SculptGL was added to AlternativeTo by Frostwolfo on and this page was last updated .
Its quite similar but has a little more tools than usual Kindof more clunky but still, lets you vertex paint your model and still sculpt on it, sadly you cant export a texture map like Sculptris
Pros: More in depth Vertex Paint and still sculpt PBR Shaders
Cons: Cant export texture map (But you can export it with vertex colors) Bit more complicated