Свойство | Тип | Описание | |
---|---|---|---|
clearBuffers | FrameBufferType | ||
clearColor | |||
clearDepth | float | ||
clearStencil | int | ||
customType | string | ||
firstRenderQueue | RenderQueueGroupID | ||
identifier | uint | ||
inputs | InputTexture[] | ||
lastRenderQueue | RenderQueueGroupID | ||
material | |||
materialSchemeName | string | ||
parent | |||
quadBottom | float | ||
quadCornerModified | bool | ||
quadFarCorners | bool | ||
quadFarCornersViewSpace | bool | ||
quadLeft | float | ||
quadRight | float | ||
quadTop | float | ||
stencilCheck | bool | ||
stencilDepthFailOp | StencilOperation | ||
stencilFailOp | StencilOperation | ||
stencilFunc | CompareFunction | ||
stencilMask | int | ||
stencilPassOp | StencilOperation | ||
stencilRefValue | int | ||
stencilTwoSidedOperation | bool | ||
type | CompositorPassType |
Метод | Описание | |
---|---|---|
ClearAllInputs ( ) : void |
Clear all inputs. Note applies when CompositorPassType is RenderQuad |
|
CompositionPass ( |
||
GetInput ( int id ) : InputTexture |
Get the value of an input. Note applies when CompositorPassType is RenderQuad |
|
GetQuadCorners ( float &left, float &top, float &right, float &bottom ) : bool |
Get quad normalised positions [-1;1]x[-1;1]
|
|
SetInput ( int id ) : void | ||
SetInput ( int id, string name ) : void | ||
SetInput ( int id, string name, int mrtIndex ) : void |
Set an input local texture. An empty string clears the input. Note applies when CompositorPassType is RenderQuad |
|
SetQuadCorners ( float left, float top, float right, float bottom ) : void |
Set quad normalised positions [-1;1]x[-1;1]
|
|
SetQuadFarCorners ( bool farCorners, bool farCornersViewSpace ) : void |
Sets the use of camera frustum far corners provided in the quad's normals
|
public CompositionPass ( |
||
parent | ||
Результат | System |
public GetInput ( int id ) : InputTexture | ||
id | int | Input to get. Must be in 0..Config.MaxTextureLayers-1. |
Результат | InputTexture |
public GetQuadCorners ( float &left, float &top, float &right, float &bottom ) : bool | ||
left | float | |
top | float | |
right | float | |
bottom | float | |
Результат | bool |
public SetInput ( int id, string name ) : void | ||
id | int | |
name | string | |
Результат | void |
public SetInput ( int id, string name, int mrtIndex ) : void | ||
id | int | Input to set. Must be in 0..Config.MaxTextureLayers-1 |
name | string | Which texture to bind to this input. An empty string clears the input. |
mrtIndex | int | |
Результат | void |
public SetQuadCorners ( float left, float top, float right, float bottom ) : void | ||
left | float | |
top | float | |
right | float | |
bottom | float | |
Результат | void |
public SetQuadFarCorners ( bool farCorners, bool farCornersViewSpace ) : void | ||
farCorners | bool | |
farCornersViewSpace | bool | |
Результат | void |
protected RenderQueueGroupID firstRenderQueue | ||
Результат | RenderQueueGroupID |
protected RenderQueueGroupID lastRenderQueue | ||
Результат | RenderQueueGroupID |
protected CompositionTargetPass,Axiom.Graphics parent | ||
Результат |
protected StencilOperation stencilDepthFailOp | ||
Результат | StencilOperation |
protected StencilOperation stencilFailOp | ||
Результат | StencilOperation |
protected StencilOperation stencilPassOp | ||
Результат | StencilOperation |