Archives
Categories
Blogroll
- A Neighborhood of Infinity
- Amit's Blog
- Annoying Precision
- Azimuth
- Brandon Pelfrey
- cscheid.net
- Fiddlemath
- flipcode.com
- Gödel’s Lost Letter and P=NP
- h3r3tic's Grimoire
- Iñigo Quílez
- Jasper's corner
- Joshua Holbrook
- Max Ogden
- Paul Bourke
- Procedural World
- r/gamedev
- Sea of Memes
- The Universe of Discord
- This Week's Finds
- What's new
- wildbunny
Top Posts & Pages
- Turning 8-Bit Sprites into Printable 3D Models
- An Analysis of Minecraft-like Engines
- Meshing in a Minecraft Game
- Ambient occlusion for Minecraft-like worlds
- Implementing Multidimensional Arrays in JavaScript
- Texture atlases, wrapping and mip mapping
- Smooth Voxel Terrain (Part 2)
- Conway's Game of Life for Curved Surfaces (Part 1)
- What is a solid?
- Meshing in a Minecraft Game (Part 2)
Category Archives: Shape Modeling
Shapes and Coordinates
In a previous post, I talked a bit about solid modeling and discussed at a fairly high level what a solid object is. This time I’m going to talk in generalities about how one actually represent shapes in practice. My … Continue reading
Posted in Mathematics, Shape Modeling
1 Comment
What is a solid?
In this post, I am going to go into a bit of a mathematical digression about the fundamentals of solid modeling. In a nutshell, solid modeling is the study of digital representations of physical shapes. This was a hot topic … Continue reading