Difference between revisions of "Null MAT"
(Null MAT Auto Create) |
|||
Line 1: | Line 1: | ||
+ | |||
{{Summary|OPfamily=MAT|OPtype=null|OPlabel=Null|OPlicense=Non-Commercial|OPclass=nullMAT_Class|OPfilter=True | {{Summary|OPfamily=MAT|OPtype=null|OPlabel=Null|OPlicense=Non-Commercial|OPclass=nullMAT_Class|OPfilter=True | ||
− | |short= | + | |short= |
− | |long= | + | |long= |
}} | }} | ||
− | {{ParameterPage|Pagename=Null|OPfamily=MAT|items= | + | {{ParameterPage|Pagename=Null|OPfamily=MAT |
− | }} | + | |
− | {{:MAT | + | |Pagesummary= |
+ | |||
+ | |items= | ||
+ | |||
+ | |||
+ | |||
+ | }} | ||
+ | |||
+ | {{ParameterPage|Pagename=Deform|OPfamily=MAT | ||
+ | |||
+ | |Pagesummary= | ||
+ | |||
+ | |items= | ||
+ | |||
+ | |||
+ | {{ParToggle|OPfamily=MAT|OPtype=null|Parname=dodeform|Parlabel=Deform|Parorder=0 | ||
+ | |||
+ | |Parsummary= | ||
+ | |||
+ | }} | ||
+ | {{ParMenu|OPfamily=MAT|OPtype=null|Parname=deformdata|Parlabel=Get Bone Data:|Parorder=1 | ||
+ | |||
+ | |Parsummary= | ||
+ | |||
+ | |Paritems= | ||
+ | |||
+ | |||
+ | {{Menuitem|Itemlabel=From a SOP|Itemname=sop|OPfamily=MAT | ||
+ | |||
+ | |Itemsummary= | ||
+ | |||
+ | }} | ||
+ | {{Menuitem|Itemlabel=From another MAT|Itemname=mat|OPfamily=MAT | ||
+ | |||
+ | |Itemsummary= | ||
+ | |||
+ | }} | ||
+ | {{Menuitem|Itemlabel=From a DeformIn MAT|Itemname=deformin|OPfamily=MAT | ||
+ | |||
+ | |Itemsummary= | ||
+ | |||
+ | }} | ||
+ | |||
+ | }} | ||
+ | {{ParSopRef|OPfamily=MAT|OPtype=null|Parname=targetsop|Parlabel=SOP with Capture Data|Parorder=2 | ||
+ | |||
+ | |Parsummary= | ||
+ | |||
+ | }} | ||
+ | {{ParString|OPfamily=MAT|OPtype=null|Parname=pcaptpath|Parlabel=pCaptPath Attrib|Parorder=3 | ||
+ | |||
+ | |Parsummary= | ||
+ | |||
+ | }} | ||
+ | {{ParString|OPfamily=MAT|OPtype=null|Parname=pcaptdata|Parlabel=pCaptData Attrib|Parorder=4 | ||
+ | |||
+ | |Parsummary= | ||
+ | |||
+ | }} | ||
+ | {{ParString|OPfamily=MAT|OPtype=null|Parname=skelrootpath|Parlabel=Skeleton Root Path|Parorder=5 | ||
+ | |||
+ | |Parsummary= | ||
+ | |||
+ | }} | ||
+ | {{ParMatRef|OPfamily=MAT|OPtype=null|Parname=mat|Parlabel=MAT|Parorder=6 | ||
+ | |||
+ | |Parsummary= | ||
+ | |||
+ | }} | ||
+ | |||
+ | }} | ||
+ | |||
{{:MAT Filter Common Page}} | {{:MAT Filter Common Page}} | ||
− | + | {{History}} | |
{{MATNavBox|OPfamily=MAT}} | {{MATNavBox|OPfamily=MAT}} | ||
− | + | {{#invoke:Category|list|MATs}} |
Revision as of 13:17, 11 August 2017
- Invalid title: ""
Summary[edit]
Contents
Parameters - Page
Parameters - Page
Template:ParToggle Template:ParMenu Template:ParSopRef Template:ParString Template:ParString Template:ParString Template:ParMatRef
Parameters - Common Page
Blending[edit]
Blending(Transparency) blending
- This toggle enables and disables blending. However see the wiki article Transparency.
Source Color * srcblend
- ⊞ - This value is multiplied by the color value of the pixel that is being written to the Color-Buffer (also know as the Source Color).
- Zero
zero
-
- Dest Color
dcol
-
- One Minus Dest Color
omdcol
-
- Source Alpha
sa
-
- One Minus Source Alpha
omsa
-
- Dest Alpha
da
-
- One Minus Dest Alpha
omda
-
- Source Alpha Saturate
sas
-
- One
one
-
Destination Color * destblend
- ⊞ - This value is multiplied by the color value of the pixel currently in the Color-Buffer (also known as the Destination Color).
- One
one
-
- Src Color
scol
-
- One Minus Src Color
omscol
-
- Source Alpha
sa
-
- One Minus Source Alpha
omsa
-
- Dest Alpha
da
-
- One Minus Dest Alpha
omda
-
- Zero
zero
-
Separate Alpha Function separatealphafunc
- This toggle enables and disables separate blending options for the alpha values.
Source Alpha * srcblenda
- ⊞ - This value is multiplied by the alpha value of the pixel that is being written to the Color-Buffer (also know as the Source Alpha).
- Zero
zero
-
- Dest Color
dcol
-
- One Minus Dest Color
omdcol
-
- Source Alpha
sa
-
- One Minus Source Alpha
omsa
-
- Dest Alpha
da
-
- One Minus Dest Alpha
omda
-
- Source Alpha Saturate
sas
-
- One
one
-
Destination Alpha * destblenda
- ⊞ - This value is multiplied by the alpha value of the pixel currently in the Color-Buffer (also known as the Destination Alpha).
- One
one
-
- Src Color
scol
-
- One Minus Src Color
omscol
-
- Source Alpha
sa
-
- One Minus Source Alpha
omsa
-
- Dest Alpha
da
-
- One Minus Dest Alpha
omda
-
- Zero
zero
-
[edit]
Depth Test depthtest
- Enables and disables the Depth-Test. If the depth-test is disabled, depths values aren't written to the Depth-Buffer.
Depth Test Function depthfunc
- ⊞ - The depth value of the pixel being drawn is compared to the depth value currently in the depth-buffer using this function. If the test passes then the pixel is drawn to the Frame-Buffer. If the test fails the pixel is discarded and no changes are made to the Frame-Buffer.
- Less Than
less
-
- Less Than or Equal
lessorequal
-
- Equal
equal
-
- Greater Than
greater
-
- Greater Than or Equal
greaterorequal
-
- Not Equal
notequal
-
- Always
always
-
Write Depth Values depthwriting
- If Write Depth Values is on, pixels that pass the depth-test will write their depth value to the Depth-Buffer. If this isn't on then no changes will be made to the Depth-Buffer, regardless of if the pixels drawn pass or fail the depth-test.
[edit]
Discard Pixels Based on Alpha alphatest
- This enables or disables the pixel alpha test.
Keep Pixels with Alpha alphafunc
- ⊞ - This menu works in conjunction with the Alpha Threshold parameter below in determining which pixels to keep based on their alpha value.
- Less Than
less
-
- Less Than or Equal
lessorequal
-
- Greater Than
greater
-
- Greater Than or Equal
greaterorequal
-
Alpha Threshold alphathreshold
- This value is what the pixel's alpha is compared to to determine if the pixel should be drawn. Pixels with alpha greater than the Alpha Threshold will be drawn. Pixels with alpha less than or equal to the Alpha Threshold will not be drawn.
[edit]
Wire Frame wireframe
- ⊞ - Enables and disables wire-frame rendering with the option of OpenGL Tesselated or Topology based wireframes.
- Off
off
-
- OpenGL Tesselated Wire Frame
tesselated
-
- Topology Wire Frame
topology
-
Line Width wirewidth
- This value is the width that the wires will be. This value is in pixels.
[edit]
Cull Face cullface
- ⊞ - Selects which faces to render.
- Use Render Setting
userender
- Use the render settings found in the Render or Render Pass TOP.
- Neither
neither
- Do not cull any faces, render everything.
- Back Faces
backfaces
- Cull back faces, render front faces.
- Front Faces
frontfaces
- Cull front faces, render back faces.
- Both Faces
bothfaces
- Cull both faces, render nothing.
[edit]
Polygon Depth Offset polygonoffset
- Turns on the polygon offset feature.
Offset Factor polygonoffsetfactor
-
Offset Units polygonoffsetunits
-
TouchDesigner Build:
MATs |
---|
• • • • • • • • • • • • • • • • • • • |
The term "Frame" is used (1) in the Timeline, (2) as a time-unit in CHOPs, (3) as a time-unit in TOPs, and (4) with movies images which are read and created with TOPs.
The connection of an output of one node to the input of another node in a network. In contrast, see Link.
An Operator Family that creates, composites and modifies images, and reads/writes images and movies to/from files and the network. TOPs run on the graphics card's GPU.