collapse_all
expand_all

collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
IDPSFParticleSystem
.
.
::
..SetWorldViewProjectionMatrices Method
gradient

Set the World, View, and Projection matrices for this Particle System.

Namespace: DPSF

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

C#

void SetWorldViewProjectionMatrices(

 Matrix cWorld,

 Matrix cView,

 Matrix cProjection

)

Visual Basic

Sub SetWorldViewProjectionMatrices (

 cWorld As Matrix,

 cView As Matrix,

 cProjection As Matrix

)

Visual C++

void SetWorldViewProjectionMatrices(

 Matrix cWorld,

 Matrix cView,

 Matrix cProjection

)

Parameters

cWorld

Type: Matrix

The World matrix

cView

Type: Matrix

The View matrix

cProjection

Type: Matrix

The Projection matrix

collapse_allSee Also

IDPSFParticleSystem Interface

IDPSFParticleSystem Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com