# Example batch file
# Please read the file Readme.txt for a description of the batch
# file

#
; Test Number 1
Test			=	MCAD150
Run			=	Indy3D


# Test Number 2
Test			=	Animation
Run			=	Indy3D

# Test Number 3
Test			=	Simulation
Run			=	Indy3D


# Test Number 4
; 4)
Test			=	FillRate
PolygonSize		=	25
XResolution		=	1024
YResolution		=	768
Fog			=	Off
Translucency		=	Off
Shading			=	On
RenderMode		=	Polygon
Texturing		=	Off
TextureMode		=	Bilinear
Texture			=	Geometry
DirectedLight		=	Off
SpotLights		=	0
RotateLights		=	Off
Run			=	Test

# Test Number 5
; Fill rate textured
Test			=	FillRate
PolygonSize		=	25
XResolution		=	640
YResolution		=	480
Fog			=	On
Translucency		=	On
Shading			=	On
RenderMode		=	Polygon
Texturing		=	On
TextureMode		=	Bilinear
Texture			=	Geometry
DirectedLight		=	Off
SpotLights		=	0
RotateLights		=	Off
Run			=	Test

# Test Number 6
; Fixed Rate No textures
Test			=	FixedRate
PolygonSize		=	25
XResolution		=	640
YResolution		=	480
Fog			=	On
Translucency		=	On
Shading			=	On
RenderMode		=	Polygon
Texturing		=	Off
TextureMode		=	Bilinear
Texture			=	Geometry
DirectedLight		=	Off
SpotLights		=	0
RotateLights		=	Off
Run			=	Test

# Test Number 7
; Fixed rate textured
Test			=	FixedRate
PolygonSize		=	25
XResolution		=	640
YResolution		=	480
Fog			=	Off
Translucency		=	Off
Shading			=	On
RenderMode		=	Polygon
Texturing		=	On
TextureMode		=	Bilinear
Texture			=	Logo
DirectedLight		=	Off
SpotLights		=	0
RotateLights		=	Off
Run			=	Test

# Test Number 8
# Polygon rate untextured
Test			=	PolygonRate
PolygonSize		=	25
XResolution		=	1024
YResolution		=	768
Fog			=	Off
Translucency		=	Off
Shading			=	On
RenderMode		=	Polygon
Texturing		=	Off
TextureMode		=	Bilinear
Texture			=	Geometry
DirectedLight		=	Off
SpotLights		=	0
RotateLights		=	Off
Run			=	Test


# Test Number 8
# Polygon rate Textured
Test			=	PolygonRate
PolygonSize		=	25
XResolution		=	640
YResolution		=	480
Fog			=	Off
Translucency		=	Off
Shading			=	On
RenderMode		=	Polygon
Texturing		=	On
TextureMode		=	Bilinear
Texture			=	Brick
DirectedLight		=	Off
SpotLights		=	0
RotateLights		=	Off
Run			=	Test
