Metropoli BBS
VIEWER: vtest1.v MODE: TEXT (ASCII)
//      vivid logo test

#include color.vc

studio  {
	from 0 -50 30
	at  15 0 10
	up  0 0 1
	angle  40
	res  640 480
	antialias adaptive

	projection flat
	aspect  4/3
	bkg black
	ambient  white * .1

}

light { type point falloff 0 position 60 -40 30 color white * .6 }
light { type point falloff 0 position -20 -40 -10 color white * .6 }

surf { diff white * .8 spec white * .3 }
ring { center 0 0 -.5 normal 0 0 1 radius 1000 }

surf { diff 0 .5 1 shine 20 white }
#include vlogo.vo

surf { diff 0 .25 .5 shine 20 white }
transform { translate 0 4 0 }
#include vlogo.vo

surf { diff 0 .125 .25 shine 20 white }
transform { translate 0 4 0 }
#include vlogo.vo

surf { diff 0 .0625 .125 shine 20 white }
transform { translate 0 4 0 }
#include vlogo.vo



[ RETURN TO DIRECTORY ]