Blender  V3.3
Public Attributes | List of all members
OceanCache Struct Reference

#include <BKE_ocean.h>

Public Attributes

struct ImBuf ** ibufs_disp
 
struct ImBuf ** ibufs_foam
 
struct ImBuf ** ibufs_norm
 
struct ImBuf ** ibufs_spray
 
struct ImBuf ** ibufs_spray_inverse
 
const char * bakepath
 
const char * relbase
 
floattime
 
float wave_scale
 
float chop_amount
 
float foam_coverage
 
float foam_fade
 
int start
 
int end
 
int duration
 
int resolution_x
 
int resolution_y
 
int baked
 

Detailed Description

Definition at line 29 of file BKE_ocean.h.

Member Data Documentation

◆ baked

int OceanCache::baked

Definition at line 56 of file BKE_ocean.h.

◆ bakepath

const char* OceanCache::bakepath

Definition at line 38 of file BKE_ocean.h.

◆ chop_amount

float OceanCache::chop_amount

Definition at line 46 of file BKE_ocean.h.

◆ duration

int OceanCache::duration

Definition at line 52 of file BKE_ocean.h.

Referenced by ocean_bake_exec().

◆ end

int OceanCache::end

Definition at line 51 of file BKE_ocean.h.

◆ foam_coverage

float OceanCache::foam_coverage

Definition at line 47 of file BKE_ocean.h.

◆ foam_fade

float OceanCache::foam_fade

Definition at line 48 of file BKE_ocean.h.

◆ ibufs_disp

struct ImBuf** OceanCache::ibufs_disp

Definition at line 30 of file BKE_ocean.h.

◆ ibufs_foam

struct ImBuf** OceanCache::ibufs_foam

Definition at line 31 of file BKE_ocean.h.

◆ ibufs_norm

struct ImBuf** OceanCache::ibufs_norm

Definition at line 32 of file BKE_ocean.h.

◆ ibufs_spray

struct ImBuf** OceanCache::ibufs_spray

Definition at line 34 of file BKE_ocean.h.

◆ ibufs_spray_inverse

struct ImBuf** OceanCache::ibufs_spray_inverse

Definition at line 36 of file BKE_ocean.h.

◆ relbase

const char* OceanCache::relbase

Definition at line 39 of file BKE_ocean.h.

◆ resolution_x

int OceanCache::resolution_x

Definition at line 53 of file BKE_ocean.h.

◆ resolution_y

int OceanCache::resolution_y

Definition at line 54 of file BKE_ocean.h.

◆ start

int OceanCache::start

Definition at line 50 of file BKE_ocean.h.

◆ time

float* OceanCache::time

Definition at line 42 of file BKE_ocean.h.

Referenced by ocean_bake_exec().

◆ wave_scale

float OceanCache::wave_scale

Definition at line 45 of file BKE_ocean.h.


The documentation for this struct was generated from the following file: