BRL-CAD:Tutorials
From GDWiki
Contents |
[edit] Tutorials and Source Code Examples
[edit] Overview
[edit] Geometry Modeling Kernel
Most of BRL-CAD's power is in its extensive geometry modeling kernel, which is comprised of several notably including: libbu (basic utility), libbn (numerics), librt (ray-trace and geometry library).
- Supported standards
- Developing custom ray-trace applications
- Simple ray-trace engine source code example
- Another simple ray-trace engine source code example
[edit] Geometry Conversion
[edit] Procedural Geometry
- Simple procedural geometry source code example
- More complex example for creating a "sphere flake"
- Example of creating a window procedurally
[edit] Networking
- ttcp-style network file transfer example source code using libpkg
- slightly more complex example, transfers BRL-CAD geometry over network using libpkg and librt
[edit] Mathematics
[edit] BRL-CAD Tutorial Series
Extensive documentation has been written for BRL-CAD, in particular for the GUI-based geometry modeler MGED. These tutorials are designed to get modelers up to speed on how to use one of the modeling tools in BRL-CAD.

