Latest Blog Roll
Andy's picture

Copper Lattice

Copper Lattice

Copper is a metal element found in nature. Copper atoms can stick together forming large grid-like structures known as crystal lattice. I found a picture of copper lattice from a secondary school science textbook. The picture shows a simple grid structure so I quickly coded in VRMath2 Editor to produce the 3D model below. It is a small copper lattice structure in the outer space.

aplesch's picture

X3D: behind-the-scenes

Image ALT text

Here is a look at the 3d technology which drives vrmath behind the scenes. It is called X3D and has its own web site. Understanding this technology not only helps in how vrmath extends turtle graphics into 3d but opens the door to a large world of virtual reality in general (x3dom, web3d). It turns out that the vrmath editor is itself a good tool to get to know X3D. Here is how.

aplesch's picture

more gears, fast

4 gears

I updated the involute (curved teeth), helical gear generation procedure to use Extrusion rather than IndexedFaceSets. Extrusion automatically supports the back and front faces of the gears, and a smooth appearance by producing a mesh with points shared by triangles. So the logo code could be streamlined and therefore is now much faster generating gears.

Andy's picture

Palm tree

Palm tree

This is a simple design and visualisation of a palm tree.  The palm leaves are borrowed from a previous blog. The new part is the tree trunk, which is an EXTRUSION object. Before the inclusion of EXTRUSION in VRMath2 Editor, tree stems or branches may be just cylinders. Using EXTRUSION, more irregular tree trunks can be achieved.

Andy's picture

Extrusion Star

Extrusion star

This is another test of using EXTRUSION object, perhaps a much easier test than previously on gears. In one of the Challenges, I was hoping some one can use simple geometry of pentagon to create a 3D star. It turned out EXTRUSION can achieve this quite easily.