C# Class Glare.Graphics.Simulation.FluidTexture

This is a fluid dynamic simulation texture.
Inheritance: DynamicTexture
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Свойство Type Description
ApplyVCForce bool
ArbitraryBC bool
ClearPressureEachStep bool
ComputeVorticity bool
Data Vector4f[]
GridScale double
ImpulseToProcess bool
InkColor Vector3d
InkLongevity double
InkToAdd bool
OffscreenBuffer Texture2D
PoissonStepCount int
Textures Texture2D[]
Timestep System.TimeSpan
Viscosity double
VorticityConfinementScale double

Méthodes publiques

Méthode Description
FluidTexture ( Context context, Vector2i dimensions ) : System

Method Details

FluidTexture() public méthode

public FluidTexture ( Context context, Vector2i dimensions ) : System
context Context
dimensions Vector2i
Résultat System

Property Details

ApplyVCForce public_oe property

public bool ApplyVCForce
Résultat bool

ArbitraryBC public_oe property

public bool ArbitraryBC
Résultat bool

ClearPressureEachStep public_oe property

public bool ClearPressureEachStep
Résultat bool

ComputeVorticity public_oe property

public bool ComputeVorticity
Résultat bool

Data public_oe property

public Vector4f[] Data
Résultat Vector4f[]

GridScale public_oe property

Assumes square cells.
public double GridScale
Résultat double

ImpulseToProcess public_oe property

public bool ImpulseToProcess
Résultat bool

InkColor public_oe property

public Vector3d InkColor
Résultat Vector3d

InkLongevity public_oe property

public double InkLongevity
Résultat double

InkToAdd public_oe property

public bool InkToAdd
Résultat bool

OffscreenBuffer public_oe property

public Texture2D OffscreenBuffer
Résultat Texture2D

PoissonStepCount public_oe property

public int PoissonStepCount
Résultat int

Textures public_oe property

public Texture2D[] Textures
Résultat Texture2D[]

Timestep public_oe property

public TimeSpan,System Timestep
Résultat System.TimeSpan

Viscosity public_oe property

public double Viscosity
Résultat double

VorticityConfinementScale public_oe property

public double VorticityConfinementScale
Résultat double