CSTVIS: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (grammar)
m (promoted see also to section)
Line 1: Line 1:
An advanced compiling tool that acts the same as VVIS in that it creates vismatrix data allowing sections of the world to not be drawn when they are not visible.
An advanced compiling tool that acts the same as VVIS in that it creates vismatrix data allowing sections of the world to not be drawn when they are not visible.


The CSTVIS Tool can be skipped to create an unoptimized map, however the use of the other 2 tools [[Cstbsp|CSTBSP]] and [[CSTRAD]] is recommended for maximum result.
The CSTVIS Tool can be skipped to create an unoptimized map, however the use of the other 2 tools [[CSTBSP]] and [[CSTRAD]] is recommended for maximum result.


The CST series is now deprecated and does not contain the newest HDR features. The developement has stopped for now.
The CST series is now deprecated and does not contain the newest HDR features. The developement has stopped for now.
 
==See Also==
----
*[http://www.ammahls.com Offical CST Website]
 
*[[Map Compiling Theory]]
'''See Also:'''
*[[Vbsp|VBSP]]
 
*[[Vrad|VRAD]]
[[Map Compiling Theory]]
*[[Vvis|VVIS]]
 
[[Vbsp|VBSP]]
 
[[Vrad|VRAD]]
 
[[Vvis|VVIS]]
 
[[Category:Third Party Tools]]
[[Category:Third Party Tools]]
[[Category:Level Design]]
[[Category:Level Design]]
[[Category:Glossary]]
[[Category:Glossary]]
[http://www.ammahls.com Offical CST Website]

Revision as of 17:25, 5 June 2006

An advanced compiling tool that acts the same as VVIS in that it creates vismatrix data allowing sections of the world to not be drawn when they are not visible.

The CSTVIS Tool can be skipped to create an unoptimized map, however the use of the other 2 tools CSTBSP and CSTRAD is recommended for maximum result.

The CST series is now deprecated and does not contain the newest HDR features. The developement has stopped for now.

See Also