Category:SourceShaderEditor: Difference between revisions
Biohazard 90 (talk | contribs) (Created page with "{{DISPLAYTITLE:Source Shader Editor}} __NOTOC__ == Overview == This WYSIWYG editor allows the user to create, compile and implement new shaders easily i...") |
Biohazard 90 (talk | contribs) m (added a note, just in case.) |
||
Line 4: | Line 4: | ||
== Overview == | == Overview == | ||
This [[w:WYSIWYG|WYSIWYG]] editor allows the user to create, compile and implement new [[shader|shaders]] easily into a source mod without any preliminary knowledge of [[HLSL]]. The shaders are based on ''nodes'' which are connected over ''bridges'' to finally compose a ''flowgraph'' for each, the vertex and pixel shader (similar to shader/material editors that you may know from other engines). Any shaders created this way can be referenced by a [[Material|vmt file]] in a similar manner to shaders that have been created through code. | This [[w:WYSIWYG|WYSIWYG]] editor allows the user to create, compile and implement new [[shader|shaders]] easily into a source mod without any preliminary knowledge of [[HLSL]]. The shaders are based on ''nodes'' which are connected over ''bridges'' to finally compose a ''flowgraph'' for each, the vertex and pixel shader (similar to shader/material editors that you may know from other engines). Any shaders created this way can be referenced by a [[Material|vmt file]] in a similar manner to shaders that have been created through code. | ||
{{Note|Shaders created through the editor will not work properly in [[Hammer]] or [[HLMV]] due to their non-hardcoded nature.}} | |||
Revision as of 15:04, 18 July 2011
Overview
This WYSIWYG editor allows the user to create, compile and implement new shaders easily into a source mod without any preliminary knowledge of HLSL. The shaders are based on nodes which are connected over bridges to finally compose a flowgraph for each, the vertex and pixel shader (similar to shader/material editors that you may know from other engines). Any shaders created this way can be referenced by a vmt file in a similar manner to shaders that have been created through code.

Introduction
Editing shaders
|
Reference |
Addendum
If you're experiencing crashes and you can track the crash back with your mdmps into either library of the editor, you can send the mdmp along with a brief description or even a canvas file (if possible) to [1].
Use the talk page of this article for any other issues.
Pages in category "SourceShaderEditor"
The following 12 pages are in this category, out of 12 total.
S
- SourceShaderEditor/Basic usage
- SourceShaderEditor/Control flow
- SourceShaderEditor/External input
- SourceShaderEditor/Implementation info
- SourceShaderEditor/Installation
- SourceShaderEditor/Preview usage
- SourceShaderEditor/Ref color codes
- SourceShaderEditor/Ref controls
- SourceShaderEditor/Ref nodes HLSL
- SourceShaderEditor/Ref vocabulary