- Wikipedia: Constructive solid geometry
- Integrate OpenGL with Panda
- Transparent Object, that masks background
drawBackground(C); glColorMask(GL_FALSE, GL_FALSE, GL_FALSE, GL_FALSE); render(RealWorld); glColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); render(Fog);
- csg.js and its docs (great) and demo
- constructive solid geometry using bsp
- Stack Overflow: How to create Constructive Solid Geometry in OpenGL / C++
- Constructive Solid Geometry with the Stencil Buffer
- csg c++/opengl lib
From here: https://dzone.com/articles/the-secrets-of-futureproof-software Self-healing Self-patching, or more broadly, self-updating Backward compatibility Dynamic adaptation/ability to evolve over time Intent-based Made up of reusable futureproof components
Comments
Post a Comment