;The startup file - make it null string if none is needed. This file
;will be searched along the DOS PATH setup, starting from current directory.
StartFile	"iritinit.irt"

;Format control on floating pointing numbers printing format.
;Be careful. If you use float instead of double, use "%-8.6g".
FloatFrmt	"%-8.6lg"

;If TRUE (default) generates graphics. Otherwise only generates geometry
; but it can not be displayed.
DoGraphics	TRUE

;Colors to objects loaded using LOAD command (if not specified in object
;itself), for boolean objects results, and primitive objects created.
;Color are supported only on EGA/VGA system as follows:
;
; BLACK		 =  0
; BLUE		 =  1
; GREEN		 =  2
; CYAN		 =  3
; RED		 =  4
; MAGENTA 	 =  5
; BROWN		 =  6
; LIGHTGRAY	 =  7
; DARKGRAY	 =  8
; LIGHTBLUE	 =  9
; LIGHTGREEN	 =  10
; LIGHTCYAN	 =  11
; LIGHTRED	 =  12
; LIGHTMAGENTA	 =  13
; YELLOW	 =  14
; WHITE		 =  15
;
LoadColor	1
ICrvColor	14
BoolColor	2
PrimColor	4

;Name of file to save LOGFILE comman output (if empty string NUL: is selected).
LogFile		"irit.log"
