home *** CD-ROM | disk | FTP | other *** search
/ Hacker 16 / HACKER16.ISO / Utils / Tirtanium.exe / README.TXT next >
Text File  |  1999-01-30  |  5KB  |  148 lines

  1. Tirtanium requires:
  2.  
  3. OpenGL/D3D Version
  4. - DirectX 6 (Software/Hardware).
  5. - OpenGL (opengl32.dll  Software/Hardware) no miniGL Quake driver.
  6.  
  7. OpenGL only Version (for WinNT)
  8. - OpenGL (opengl32.dll  Software/Hardware) no miniGL Quake driver.
  9.  
  10. For correct Benchmarks: 
  11. 64MB RAM for NORMAL texture version
  12. 256MB RAM for BIG texture version
  13.  
  14.  
  15. Tirtanium features:
  16.  
  17. - Direct 3D and OpenGL in one program
  18. - Single OpenGL version (for WinNT)
  19. - DEMO, fully configurable: antialiasing, resolutions, colordeep, ....
  20. - 3DEngine: dynamic fog simulation, multiple lightning, reflection mapping,......
  21. - 3DInfo Buttom: memory info, refreshrate, Vsync detection
  22. - DESKTOP 3D RENDERING :)
  23. New BENCHMARKSYSTEM
  24. - no limit in resolution or colordeep :)
  25. - 2 BENCHMARK classes
  26. - Single and MULTIPLE BENCHMARK (just one click to benchmark all avialble resolutions)
  27. - Autodetection of OS, memory, refreshrate, Vsync ....
  28. - Benchmarks will be written to bench.res file for easy handling .
  29. - Separate multi document result Viewer for benchmark with filterfuctions
  30. - music from BEAT
  31. - using MIDAS Digital Audio System (Copyright 1996,1997 Housemarque Inc.) 
  32.  
  33. Direct3D engine:
  34. - uses untransformed and unlit Vertices.
  35.   means: fully use of 3DNOW 
  36.     in DX6, KNI in DX7?
  37. - uses the new DX6 automatic texture management
  38. - use of the D3D lightning pipeline
  39. OpenGL engine:
  40. - fully use of the OpenGL lightning and transformation pipeline.
  41.   means: geometry processors are welcome :-)
  42. - resolution switching in Direct Draw
  43.  
  44.  
  45. Tirtanium is also a graphics demo for the for my university in Germany
  46. FH Gummersbach and includes their spheres logo.
  47.  
  48.  
  49. write me an e-mail.
  50.  
  51. BENCHMARKS:
  52.  
  53. You can't change the benchmark 3D settings,
  54. Benchmark will use the startup settings and:
  55.  
  56. BENCHMARK NORMAL DETAIL:
  57. VIEW DISTANCE: NORMAL   FLY: NIGHT   DYNAMICFOG: NORMAL   DOUBLEBUFFERING MIPMAP OFF
  58.  
  59. BENCHMARK HIGH DETAIL:
  60. VIEW DISTANCE: FAR      FLY: NIGHT   DYNAMICFOG: HIGH     DOUBLEBUFFERING MIPMAP ON
  61.  
  62. BIG TEX will always use MIPMAP ON
  63.  
  64.  
  65. I if send me benchmark results please fill out the benchmark dialog.
  66.  
  67. Send to email1: it120@gm.fh-koeln.de
  68.  
  69.  
  70.  
  71.  
  72. Here is some Tirtanium help in FAQ form:
  73.  
  74. OpenGL vs Direct3D:
  75.  
  76. Q: The OpenGL version is slower than the D3D version, does this mean
  77.      OpenGL not as good as D3D?
  78. A: I don't think so, because:
  79.     -most lowend 3D cards don't have an optimized driver
  80.     -some driver are optimized for glQuake, with cost to the rest of OpenGL functions
  81.     -OpenGL has a more advanced lightning pipeline
  82.     -OpenGL tries to emulate missing hardware functions, D3D just says: no go
  83.     -OpenGL is not so "lowlevel", in D3D the programmer must do much more "lowlevel" stuff
  84.  
  85. Startup errors:
  86.  
  87. Q: If I start TIRTANIUM I get an "linked to missing export DDRAW.DLL error".
  88. A: You don't have DX6 installed, install DIRECTX 6 or higher.
  89.  
  90. Q: If I start TIRTANIUM I get an "missing opengl32.dll" error
  91. A: Get an OpenGL hardware driver from your 3D card manufacture.
  92.     OR: Get the OpenGL software emulation from MS.
  93.     Copy the dll into the TIRTANIUM directory.
  94.  
  95. Q: TIRTANIUM crashes at the beginning.
  96. A: TIRTANIUM uses a special feature DESKTOPRENDERING.
  97.     This doesn't work on every 3d card.
  98.     Disable DESKTOPRENDERING :
  99.     Edit the TIRTA.INI: disableDeskTopRendering=1
  100.  
  101.  
  102. Q: TIRTANIUM say's "Desktop rendering failed"
  103. A: OK DESKTOPRENDERING doesn't work in every resolution and colordeep:
  104.     TIRTANIUM must be started in a resolution with where the 3D card has hardwarendering.
  105.     ->switch  16bit color deep DESKTOP.
  106.     DESKTOPRENDERING need a lot of video memory at startup, switch to lower res.
  107.     ->Switch to a 640x480 DESKTOP.
  108.     DESKTOPRENDERING dosn't work on Voodoo, Voodoo2
  109.     ->hey, thats hardware. I can't chance that :-(
  110.     Last solution: try softwareemulation:
  111.     Edit the TIRTA.INI: d3dDeskTopRenderingInSoftware=1
  112.  
  113.  
  114. Q: Howto get a full OpenGL driver for VOODOO 1/2/RUSH/(BANSHEE?): 
  115. A: Two Soulutions:
  116.     The 3DFX full OpenGL driver. 
  117.     http://www.3dfx.com/docs/opengl_beta/opengl_beta.html    
  118.     (Beta 2.1 has no support for FOG  ) 
  119.     Get the driver from 3DFX. 
  120.     Install the driver. 
  121.     Rename the 3dfxopengl.dll to opengl32.dll. 
  122.     Copy the opengl32.dll into the demo directory. 
  123.  
  124.     The MESA VOODOO DRIVER 
  125.     (has FOG but a little bit slower) 
  126.     Go to Phil Frisbie's Programming Page. 
  127.     http://www.geocities.com/SiliconValley/Lakes/7220/mesa.html
  128.     Get the precompiled dlls. 
  129.     Copy the opengl32.dll into the demo directory. 
  130.  
  131. Q: Better image quality on Mystique and Matrox Millenium II.
  132. A: set TIRTA.INI d3dNoBlendHardware=1
  133.  
  134. Q: Some ALPHA Object looks very dark (TIRTANIUM LOGO).
  135. A: some 3Dcard have some missinig blend modes (RIVA 128,.....) 
  136.      set TIRTA.INI noBlendFuncSRCALPHA_DSTONE=1 
  137.  
  138. Q: TIRTANIUM doens't work on my Matrox Millenium I.
  139. A: HaHa, good joke.
  140.  
  141. Q: TIRTANIUM is very slow on my S3 Virge.
  142. A: Try softwareemulation, maybe it's faster....
  143.  
  144.  
  145.  
  146.  
  147.  
  148.