var fDesc=new Array(); fDesc[0] = "Camtrace 3D (ct3D) is a standalone application which essentially allows you to create camera paths in Wolfenstein: Enemy

To use ct3D in a good way, you need to understand how and on what ct3D works. Basically, it uses game commands.

It makes translations between the design representation of camera path and these commands. To use these paths, ct3D
generates ‘cfg’ files which will be executed in the game.

Ability to create camera paths and to modify them as you wish.
Import camera/entities coordinates generated from the game
Define curve duration"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }