Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
..SetWorldViewProjectionMatrices Method
|
|
Set the World, View, and Projection matrices for this Particle System.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
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
See Also
IDPSFParticleSystem Interface
IDPSFParticleSystem Members
DPSF Namespace
Send comments on this topic to
|