Programming

Andy's picture

Christmas scene

Christmas scene

What do you imagine for Christmas? Although Christmas is in summer time in Australia, I can still picture a snowy scene of white Christmas. There are snowflakes falling down from the sky. The ground is white in daytime and gray in the night. Trees could be green if not covered by snow. There is a snowman sitting on the ground, and some Christmas music....

Andy's picture

Resizable Christmas tree

Christmas tree

This is a simple Christmas tree consists of a cone and a cyliner. In order to create multiple trees with different sizes, I have included an input into the tree procedure.

Andy's picture

Walking man pacing a sqaure

Walking man

This is a test of animating an inline animation. In my previous walking man blog, I published an x3d file named walkman.x3d. In this blog, I tried to use the inline command to firstly insert the walkman.x3d as a single object (obj_0), then applied animation again onto this object.

The result is very succeesful. cool

Andy's picture

Walking man

Walking man

This is another test of animation in VRMath2. The construction of the man utilises basic 3D primitives including sphere, cone, sylinder, and cube. It is basically a trial and error approach to scale and apply material settings onto those 3D primitive objects. 

Animation is then applied to the arms and legs by careful considerations about their positions and orientations of movements.

Andy's picture

12 Tables

12 tables

In this blog, I am trying to use an existing LOGO program in VRMath2 called table.logo, then see if I can create a couple of tables using repeat command.