Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_sound_types.h
| Show First 20 Lines • Show All 61 Lines • ▼ Show 20 Lines | typedef struct bSound { | ||||
| float pitch; | float pitch; | ||||
| float min_gain; | float min_gain; | ||||
| float max_gain; | float max_gain; | ||||
| float distance; | float distance; | ||||
| short flags; | short flags; | ||||
| /** Runtime only, always reset in readfile. */ | /** Runtime only, always reset in readfile. */ | ||||
| short tags; | short tags; | ||||
| char _pad[4]; | char _pad[4]; | ||||
| double offset_time; | |||||
| /* Unused currently. */ | /* Unused currently. */ | ||||
| // int type; | // int type; | ||||
| // struct bSound *child_sound; | // struct bSound *child_sound; | ||||
| /** | /** | ||||
| * The audaspace handle for cache. | * The audaspace handle for cache. | ||||
| */ | */ | ||||
| ▲ Show 20 Lines • Show All 49 Lines • Show Last 20 Lines | |||||