disguise developers

Designer Plugins

Plugins for Disguise Designer software.

DxRenderer

Base class: _BlipValue

Properties

backbufferEtf : int (Read-Only)

composeMatrix : Mat

compositorEtf : int (Read-Only)

heads : List[HeadInfo] (Read-Only)

Variables

DX11_ALL_TARGETS : Final = 18446744073709551615

LineList : Final = 3

PointList : Final = 2

TriangleList : Final = 0

TriangleStrip : Final = 1

instance : Callable

withSlugs : Final = 1

withoutSlugs : Final = 0

Methods

allocMaterial(self, type: Type) -> DxMaterial

cancelClip(self)

clear(self, c: Colour, iTarget: int)

clearZBuffer(self, bClearStencil: bool, depthValue: float)

clip(self, rect: Rect, offset: Vec2)

createMaterial(self) -> DxMaterial

customMatrices(self, trans: Mat, proj: Mat)

fullscreenQuadImmediate(self, mtl: DxMaterial)

getBlackTexture(self) -> DxTexture

getBlackZeroAlphaTexture(self) -> DxTexture

getModelView(self, mat: Mat) -> Mat

getModelViewProj(self, mat: Mat) -> Mat

getNullMaterial(self) -> DxMaterial

getProj(self) -> Mat

getWhiteTexture(self) -> DxTexture

getWhiteZeroAlphaTexture(self) -> DxTexture

line(self, v0: Vec, v1: Vec, c0: Colour, c1: Colour, mtl: DxMaterial)

lineList(self, m: DxMaterial) -> DxTriStrip

lineStrip(self, m: DxMaterial) -> DxTriStrip

ortho(self)

perspective(self)

pointList(self, m: DxMaterial) -> DxTriStrip

quad(self, m: DxMaterial, r: Rect, col: Colour, depth: float, texRect: Rect, texRect2: Rect)

render(self)

renderNoSort(self, renderSlug: int)

size(self) -> Int2

target(self, tex: DxTexture, iTarget: int, iSlice: int, mipLevel: int, bNoDepth: bool)

targetHead(self, head: int)

triList(self, m: DxMaterial) -> DxTriStrip

triStrip(self, m: DxMaterial) -> DxTriStrip