Monday, October 24, 2011

My First RIB

Samson
Mickey Mouse


#myfirstrib.rib – test test

Display "myfirstrib.tiff" "file" "rgb"


Projection "perspective" "fov" 40
Translate 0 -0.5 5

LightSource "pointlight"
"from" [2 2 -3]
"intensity" [10]

WorldBegin

AttributeBegin

Color 1 0 0
Translate 0 0 0
Rotate 0 1 0 0
Sphere 1 -1 1 360

AttributeEnd

AttributeBegin

Color 0.3 0.5 1
Translate 1 1 0
Rotate -40 0 0 1
Scale 0.5 0.6 0.5
Sphere 1 -1 1 360

AttributeEnd

AttributeBegin

Color 0.3 0.5 1
Translate -1 1 0
Rotate 40 0 0 1
Scale 0.5 0.6 0.5
Sphere 1 -1 1 360

AttributeEnd

WorldEnd




Bored so I made a Pac-Man too..

#myfirstrib.rib – test test

Display "lolrib.jpg" "file" "rgb"


Projection "perspective" "fov" 60
Translate 0 0 5

LightSource "pointlight"
"from" [2 2 -3]
"intensity" [10]

WorldBegin

AttributeBegin

Color 0 0 0
Translate -0.6 0.8 -2
Scale 0.1 0.1 0.1
Sphere 1 -1 1 360

AttributeEnd

AttributeBegin

Color 1 1 0.3
Translate -1.5 1 0
Rotate 0 1 0 0
Sphere 1 -1 1 270

AttributeEnd

AttributeBegin

Color 0 0 1
Translate 1 -1 0
Rotate 120 1 0 0
Scale 0.5 0.5 0.5
Sphere 1 -1 1 360

AttributeEnd
WorldEnd

No comments:

Post a Comment