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
DPSFDefaultQuadParticleSystem
<
(Of
<
(<'Particle, Vertex>)>)>..::..UpdateParticleSystemToSortParticlesByDistanceFromCamera Method
gradient

Sorts the particles to draw particles furthest from the camera first, in order to achieve proper depth perspective.

NOTE: This operation is very expensive and should only be used when you are drawing particles with both opaque and semi-transparent portions, and not using additive blending.

Merge Sort is the sorting algorithm used, as it tends to be best for linked lists. TODO - WHILE MERGE SORT SHOULD BE USED, DUE TO TIME CONSTRAINTS A (PROBABLY) SLOWER METHOD (QUICK-SORT) IS BEING USED INSTEAD. THIS FUNCTION NEEDS TO BE UPDATED TO USE MERGE SORT STILL. THE LINKED LIST MERGE SORT ALGORITHM CAN BE FOUND AT http://www.chiark.greenend.org.uk/~sgtatham/algorithms/listsort.html

Namespace: DPSF

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

collapse_allSyntax

C#

protected void UpdateParticleSystemToSortParticlesByDistanceFromCamera(

 float fElapsedTimeInSeconds

)

Visual Basic

Protected Sub UpdateParticleSystemToSortParticlesByDistanceFromCamera (

 fElapsedTimeInSeconds As Single

)

Visual C++

protected:

void UpdateParticleSystemToSortParticlesByDistanceFromCamera(

 float fElapsedTimeInSeconds

)

Parameters

fElapsedTimeInSeconds

Type: System..::..Single

How long it has been since the last update

collapse_allSee Also

DPSFDefaultQuadParticleSystem<(Of <(<'Particle, Vertex>)>)> Class

DPSFDefaultQuadParticleSystem<(Of <(<'Particle, Vertex>)>)> Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com