Changeset View
Changeset View
Standalone View
Standalone View
intern/mantaflow/extern/manta_fluid_API.h
| Show First 20 Lines • Show All 124 Lines • ▼ Show 20 Lines | void manta_smoke_turbulence_export(struct MANTA *smoke, | ||||
| float **tcu, | float **tcu, | ||||
| float **tcv, | float **tcv, | ||||
| float **tcw, | float **tcw, | ||||
| float **tcu2, | float **tcu2, | ||||
| float **tcv2, | float **tcv2, | ||||
| float **tcw2); | float **tcw2); | ||||
| void manta_smoke_get_rgba(struct MANTA *smoke, float *data, int sequential); | void manta_smoke_get_rgba(struct MANTA *smoke, float *data, int sequential); | ||||
| void manta_smoke_turbulence_get_rgba(struct MANTA *smoke, float *data, int sequential); | void manta_smoke_turbulence_get_rgba(struct MANTA *smoke, float *data, int sequential); | ||||
| void manta_smoke_get_rgba_from_density(struct MANTA *smoke, | void manta_smoke_get_rgba_fixed_color(struct MANTA *smoke, | ||||
| float color[3], | float color[3], | ||||
| float *data, | float *data, | ||||
| int sequential); | int sequential); | ||||
| void manta_smoke_turbulence_get_rgba_from_density(struct MANTA *smoke, | void manta_smoke_turbulence_get_rgba_fixed_color(struct MANTA *smoke, | ||||
| float color[3], | float color[3], | ||||
| float *data, | float *data, | ||||
| int sequential); | int sequential); | ||||
| void manta_smoke_ensure_heat(struct MANTA *smoke, struct FluidModifierData *mmd); | void manta_smoke_ensure_heat(struct MANTA *smoke, struct FluidModifierData *mmd); | ||||
| void manta_smoke_ensure_fire(struct MANTA *smoke, struct FluidModifierData *mmd); | void manta_smoke_ensure_fire(struct MANTA *smoke, struct FluidModifierData *mmd); | ||||
| void manta_smoke_ensure_colors(struct MANTA *smoke, struct FluidModifierData *mmd); | void manta_smoke_ensure_colors(struct MANTA *smoke, struct FluidModifierData *mmd); | ||||
| /* Smoke accessors */ | /* Smoke accessors */ | ||||
| float *manta_smoke_get_density(struct MANTA *smoke); | float *manta_smoke_get_density(struct MANTA *smoke); | ||||
| float *manta_smoke_get_fuel(struct MANTA *smoke); | float *manta_smoke_get_fuel(struct MANTA *smoke); | ||||
| float *manta_smoke_get_react(struct MANTA *smoke); | float *manta_smoke_get_react(struct MANTA *smoke); | ||||
| ▲ Show 20 Lines • Show All 83 Lines • Show Last 20 Lines | |||||