Andy's blog

Andy's picture

Mathematics, Programming and STEM

MERGA38 Presentation

This is my first attemp to create a 3D virtual world for a conference presentation. This presentation is for my paper titled "Mathematics, Programming and STEM" published in MERGA 38 conference proceedings.

Andy's picture

Bouncing spring

Bouncing Spring

Bouncing is fun. A spring has potential (elastic?) energy that has many uses in our life. Can you think of any uses? I just had a front suspesion replace in my old car. There are two big springs (or perhaps 4, I did not check back wheels) on top of the two front wheels. The two springs make sitting in the car comfortable by obsorbing forces and only bouncing slightly when driving (on rocky road).

Andy's picture

Interactive Earth Cross Section

Earth Cross Section 2

This is a slightly improve Earth Cross Section model of the previous one, with added animation and some interaction. Previously, the focus was on using VRMath2 Editor to construct the model. This time, the focus is on the learning about the Earth's geo structure. This is one of the main purpose of VRMath2 as a learning community for all to create, share, discuss and learn.

Andy's picture

Earth Cross Section

Earth Cross Section

In the X3DOM mailing list, there was a discussion about constructing solid geometry. One application of solid geometry is to model the cross section of Earth. Unfortunately, solid geometry is not supported in X3DOM. However, the cross section can be achieved by using other geometry available in X3DOM. Here is an example.

Andy's picture

Waves at sea

Sea surface

Following my previous blog about 3D function graphing, I did another experiment to animate the 3D graphs. In this blog, I used the same 3D function f(x,z) = x*z^3-z*x^3 to generate two sets of heights. Then a VECTORINTERPOLATOR (or VECINT) was used to animate this 3D graph. It looks to me like a wave on the sea surface. What do you think?