CSTVIS: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Added zh-cn support)
Line 1: Line 1:
{{lang|CSTVIS}}
aldelr
aldelr
'''CSTVIS''' is a custom version of [[vvis|VVIS]] compiler written by [[User:Amckern|Adam McKern]]. Similar in function to its Valve counterpart, CSTVIS creates a [[vismatrix]] data allowing sections of the world to not be drawn when they are not visible.
'''CSTVIS''' is a custom version of [[vvis|VVIS]] compiler written by [[User:Amckern|Adam McKern]]. Similar in function to its Valve counterpart, CSTVIS creates a [[vismatrix]] data allowing sections of the world to not be drawn when they are not visible.

Revision as of 00:52, 26 February 2023

English (en)中文 (zh)Translate (Translate)

aldelr CSTVIS is a custom version of VVIS compiler written by Adam McKern. Similar in function to its Valve counterpart, CSTVIS creates a vismatrix data allowing sections of the world to not be drawn when they are not visible.

Although CSTVIS itself can be skipped during compile to create an unoptimized map, using the other two tools, CSTBSP and CSTRAD, is highly recommended for optimal results.

Note.pngNote:While it was originally intended to be a complete replacement set of compiling tools, the CST series is now largely deprecated, lacking the newer features such as HDR.

See also