disguise developers

Designer Plugins

Plugins for Disguise Designer software.

DxMaterial

Base class: _BlipValue

Subclasses: BeamQuadShaderMaterial, BeamShaderMaterial, ColourShiftMaterial, DeformCircularMaterial, FpClearMaterial, FsrMaterial, FxaaMaterial, HistogramComputeMaterial, PixelMapShader, ProjectionMaterial, ScreenMaterial, ShaderMaterial, SkinnedMeshComputeMaterial, UvManipulatorMaterial, UvMaterial, VectorscopeComputeMaterial, VertexNormalComputeMaterial, WaveformComputeMaterial

Properties

blendMode0 : int

blendMode1 : int

colour : Colour

texture0 : DxTexture

texture1 : DxTexture

zWriteEnable : bool

Variables

add : Final = 2

addMtl : DxMaterial

alpha : Final = 1

alphaMtl : DxMaterial

anisotropic : Final = 128

lineStrip : Final = 32

linearSample : Final = 0

mipmap : Final = 64

multMtl : DxMaterial

multiply : Final = 3

multiplyAlpha : Final = 5

over : Final = 0

overMtl : DxMaterial

pointSample : Final = 16

textureBorder : Final = 768

textureBorderU : Final = 256

textureBorderV : Final = 512

textureClamp : Final = 1024

textureWrap : Final = 0

zCmpAlways : Final = 2048

zCmpLessEqual : Final = 0

Constructors

__init__(self)

__init__(self, arg0: DxTexture, arg1: int)

__init__(self, arg0: DxTexture, arg1: int, arg2: DxTexture, arg3: int)

Methods

blendMode(self, mode: int, i: int)

getTexAddressModeU(self, iStage: int) -> int

getTexAddressModeV(self, iStage: int) -> int

getZCmpMode(self, zMode: int) -> int

make(tex0, bm0, tex1 = None, bm1 = 0) -> Any

set(self, tex0 = None, bm0 = 0, tex1 = None, bm1 = 0) -> Any

setBlendState(self, name: int, blendMode: int, iBlendTargetMask: int)

setMacro(self, name: int, iValue: int)

setWorldMatrix(self, mat: Mat)

Special Methods

__new__(cls, *args) -> Any