

Project a mesh on a sphere
In this example, we construct a repeating 2D pattern and then project it onto the surface of a sphere. The process can be interpreted as...


Convert cylindrical to cartesian coordinates
In this example, you will learn how to use a coordinate transformation to create a cylindrical 3D model. The transformation that we will...


Convert spherical to cartesian coordinates
Coordinate transformations play a crucial role in various fields, and can also be very powerful for 3D modeling. One common...


Fractal geometry (Menger sponge)
Fractal geometry is a branch of mathematics that explores self-similar patterns that repeat at different scales, often displaying...


Visualize a 3D scalar field
This example demonstrates how to use HelloTriangle to visualize a 3D scalar field on a mesh (in this case a triangulated surface)....


Slicing a triangulated surface
This example illustrates the process of slicing a triangulated surface mesh, or triangle mesh, which is a common operation in 3D...