// // Example from IVL page // floor = Cube floor.diffuseColor = [0 1 0] floor.scaleFactor = [10 .01 10] class Ca = "http://www.ocnus.com/models/Household/refrig.wrl.gz" refrigerator = Ca refrigerator.scaleFactor = [3 3 3] class Cb = "http://www.ocnus.com/models/SGI/indy.wrl.gz" workstation = Cb workstation.scaleFactor = [.2 .2 .2] class Cc = "http://www.ocnus.com/models/Household/simpletable.wrl.gz" table = Cc table.transparency = .5 draw floor draw table above floor draw workstation above table draw refrigerator above floor and 3 to the left of table