gfx ~master (2021-03-28T16:54:18Z)
Dub
Repo
Saucer
scene
Undocumented in source.
struct
Saucer {
MovingObj
mov
;
size_t
saucerIdx
;
SaucerBody
[]
bodies
;
FVec3
lightPos
;
float
lightLuminosity
;
LightAnim
lightAnim
;
void
anim
(float dt);
}
Members
Functions
anim
void
anim
(float dt)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
bodies
SaucerBody
[]
bodies
;
Undocumented in source.
lightAnim
LightAnim
lightAnim
;
Undocumented in source.
lightLuminosity
float
lightLuminosity
;
Undocumented in source.
lightPos
FVec3
lightPos
;
Undocumented in source.
mov
MovingObj
mov
;
Undocumented in source.
saucerIdx
size_t
saucerIdx
;
Undocumented in source.
Meta
Source
See Implementation
scene
classes
BlinkLight
ConstantLight
interfaces
LightAnim
structs
DeferredScene
MovingObj
Saucer
SaucerBody
SaucerSubStruct