#VRML V2.0 utf8
#Genesis Ojeda
Shape{
appearance Appearance{
material Material{
diffuseColor 0 1 0
}
}
geometry Cone{
bottomRadius 5
height 4.5
}
}
#VRML V2.0 utf8
#Genesis Ojeda
#Changes
Shape{
appearance Appearance{
material Material{
#Change 1
diffuseColor 0.4, 0.122, 0.678
}
}
geometry Cone{
bottomRadius 5
#Change 2
height 8.5
}
}
#VRML V2.0 utf8
#Genesis Ojeda
Shape{
appearance Appearance{
material Material{
diffuseColor 255 0 255
}
}
geometry Sphere {
radius 5.0
}
}
#VRML V2.0 utf8
#Genesis Ojeda
#Changes
Shape{
appearance Appearance{
material Material{
#Change1
diffuseColor 0.42, 0.91, 0.82
}
}
geometry Sphere {
#Change2
radius 10.5
}
}
#VRML V2.0 utf8
#Genesis Ojeda
Shape{
appearance Appearance{
material Material{
diffuseColor 0 1 1
}
}
geometry Cylinder {
radius 6.0
height 4.0
}
}
#VRML V2.0 utf8
#Genesis Ojeda
#Changes
Shape{
appearance Appearance{
material Material{
#Change1
diffuseColor 0.871, 0.306, 0.353
}
}
geometry Cylinder {
radius 6.0
#Change2
height 12.0
}
}
#VRML V2.0 utf8
#Genesis Ojeda
DEF box Transform{
translation 0 0 0
children[
Shape{
appearance Appearance{
material Material {
diffuseColor 1 1 0
}
}
geometry Box {size 1 2 2}
}
]
}
#VRML V2.0 utf8
#Genesis Ojeda
#Changes
DEF box Transform{
translation 0 0 0
children[
Shape{
appearance Appearance{
material Material {
#Change1
diffuseColor 0.322, 0.478, 0.569
}
}
#Change 2
geometry Box {size 1 1 10}
}
]
}
#Genesis Ojeda
#Sphere cylinder 1
#VRML V2.0 utf8
#KPM
Shape {
geometry Cylinder {
radius 3.0
height 3.0
}
appearance Appearance {
material Material {diffuseColor 0 0 1}
}
}
Transform {
translation 0 0 0
children [
Shape{
geometry Sphere {
radius 3.0
}
appearance Appearance {
material Material {diffuseColor 0 0 1]
}
}
]
]
#Genesis Ojeda
#Sphere cylinder 1
#VRML V2.0 utf8
#KPM
Shape {
geometry Cylinder {
radius 3.0
height 3.0
}
appearance Appearance {
#Change 1
material Material {diffuseColor 1 0 1}
}
}
Transform {
#Change2
translation 10 10 0
children [
Shape{
geometry Sphere {
radius 3.0
}
appearance Appearance {
#Change 3
material Material {diffuseColor 0 1 1]
}
}
]
]
#VRML V2.0 utf8
#Genesis Ojeda
Shape {
geometry Cylinder {
radius 2.0
height 5.0
}
appearance Appearance {
material Material {diffuseColor 0.7 1 0.9}
}
}
Transform {
translation 6 0 0
children [
Shape{
geometry Sphere {
radius 3.0
}
appearance Appearance {
material Material {diffuseColor 0.7 0.3 0.9}
}
}
]
}
#VRML V2.0 utf8
#Genesis Ojeda
#Changes
Shape {
geometry Cylinder {
#Change 1
radius 5.5
height 15.0
}
appearance Appearance {
material Material {diffuseColor 0.7 1 0.9}
}
}
Transform {
translation 10 0 0
children [
Shape{
geometry Sphere {
radius 3.0
}
appearance Appearance {
#Change 2
material Material {
diffuseColor 0.65 0.32 0.17 # Brown color
specularColor 0.1 0.1 0.1 # Subtle reflections
ambientIntensity 0.3 # Ambient Lightning
shininess 0.2 # Moderate Brightness
transparency 0.0 # No transparency
}
}
}
]
}
#VRML V2.0 utf8
#Genesis Ojeda
Shape {
appearance Appearance {
material Material { diffuseColor 0.7 1 0 }
}
geometry Cylinder {
radius 2.0
height 6.0
}
}
Transform {
translation 6 4 4
children [
Shape {
appearance Appearance {
material Material { diffuseColor 0.9 0.5 1 }
}
geometry Sphere {
radius 2.0
}
}
]
}
#VRML V2.0 utf8
#Genesis Ojeda
#Changes
Shape {
appearance Appearance {
#Change 1
material Material { diffuseColor 0.71, 0.478, 0.569}
}
geometry Cylinder {
radius 2.0
height 6.0
}
}
Transform {
#Change 2
translation 6 4 10
children [
Shape {
appearance Appearance {
material Material { diffuseColor 0.9 0.5 1 }
}
geometry Sphere {
radius 2.0
}
}
]
}