# This is a test include script
CreateTexture TestTexture "Data\podium - banners.png"
CreateNode TestNode Root
CreateMaterial TestMaterial Data\BillboardMaterial.txt
CreateQuad TestBillboardModel
BindTexture TestMaterial Texture TestTexture
SetColour TestMaterial AmbientColour 0.0f 0.0f 0.0f
AddProperty ModelRenderer TestRenderer Root\TestNode TestBillboardModel
BindMaterial TestRenderer Material TestMaterial

CreateFont TestFont "Data\Topaz.spritefont"
AddProperty TextRenderer TestTextRenderer Root\TestNode TestFont "Hello DickBot!"

AddProperty Camera TestCamera Root

CreateVariable TestSpline Linear 3
SetVariableKeyFrame TestSpline 0 0 0 0
SetVariableKeyFrame TestSpline 2 0 0 0
SetVariableKeyFrame TestSpline 0.5 1 0 0
SetVariableKeyFrame TestSpline 1 1 1 0
SetVariableKeyFrame TestSpline 1.5 0 1 0

SetPosition Root\TestNode TestSpline