media @ VU
vrml-math-BCC5.vr
vrml-math-BCC5.vr
(wrl
)
[ flux /
bitmanagement /
cortona /
octaga
]
NavigationInfo{ type "EXAMINE" }
Viewpoint{ description "[100]"}
Viewpoint{ position 7 0 7 orientation 0 1 0 .785 description "[110]"}
Viewpoint{ position 6.6 6.6 6.6 orientation -1 1 0 .955 description "[111]"}
Transform{ translation 1 1 1 children[ Shape{
appearance Appearance{ material Material{ diffuseColor .5 .5 1 transparency .5}}
geometry Box{ }}]}
DEF XForm Transform{ children[] }
Script{
field SFNode XForm USE XForm
directOutput TRUE
url ["javascript:
function initialize() {
var i,j,k, n=2, Str = '';
for ( i= -n; i<= n; i += 2) {
sj = '';
for ( j= -n; j<= n; j += 2) {
sk = '';
for ( k= -n; k<= n; k += 2) {
sk += 'My{ trans '+i+' '+j+' '+k+'}';
if ( (i > -n )&&(j > -n )&&( k > -n ) )
sk += 'My{ trans '+(i-1)+' '+(j-1)+' '+(k-1)+'}';}
sj +=sk;}
Str += sj;}
XForm.addChildren = Browser.createVrmlFromString(
'PROTO My[ field SFVec3f trans 0 0 0]{'+
'Transform{ translation IS trans children['+
'Shape{ appearance Appearance{ material Material{ diffuseColor 1 1 0 } }'+
'geometry Sphere{ radius 0.15 }}]}}' + Str );
}"]
}
(C) A. Eliëns
2/9/2007
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.