$cliptotextures: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(New page: Unknown == Syntax == Unknown cliptotextures__NOTOC__)
 
No edit summary
Line 1: Line 1:
Unknown
The [[QC command]] '''$cliptotextures''' instructs the compiler to convert clipart (such as BMP) into textures.  See usage in [[MilkShape 3D]] generated [[QC]] file.


== Syntax ==
== Syntax ==
$cdtexture "<filepath>"
$cliptotextures
; <code><filepath></code>
: Filepath to clipart.


Unknown


[[Category:QC Commands|cliptotextures]]__NOTOC__
[[Category:QC Commands|cliptotextures]]__NOTOC__

Revision as of 15:31, 11 September 2011

The QC command $cliptotextures instructs the compiler to convert clipart (such as BMP) into textures. See usage in MilkShape 3D generated QC file.

Syntax

$cdtexture "<filepath>"
$cliptotextures
<filepath>
Filepath to clipart.