Transform Example 5

Creating a Robot Head


The Robot head is created using several transforms. By looking at the code you will notice that it is very repetitive.
A better way of coding this would be to use PROTO and EXTERNPROTO which make prototypes of objects. The eyes, for example, would be a good use of a prototype.

VRML 2.0 world file
[ transformEx5.wrl ]

Code for Transform Example 5
[ Source ]

DEMO using Liquid Reality
[transformEx5_LR]