home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
graphic
/
irit
/
irit.cfg
< prev
next >
Wrap
Text File
|
1992-09-02
|
1KB
|
46 lines
;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"
;If TRUE the transformation window is pop up all the time, after the first
;request (INTERACT command). If FALSE (default) the window will be poped
;up only by demand (i.e. INTERACT command).
PopTransAlways FALSE