naev 0.11.5
Debris Struct Reference

Represents a small asteroid debris rendered in the player frame. More...

Data Fields

const glTexturegfx
 
vec2 pos
 
vec2 vel
 
double ang
 
double height
 
double alpha
 

Detailed Description

Represents a small asteroid debris rendered in the player frame.

Definition at line 31 of file asteroid.c.

Field Documentation

◆ alpha

double Debris::alpha

Alpha value.

Definition at line 37 of file asteroid.c.

◆ ang

double Debris::ang

Angle.

Definition at line 35 of file asteroid.c.

◆ gfx

const glTexture* Debris::gfx

Graphic of the debris.

Definition at line 32 of file asteroid.c.

◆ height

double Debris::height

height vs player

Definition at line 36 of file asteroid.c.

◆ pos

vec2 Debris::pos

Position.

Definition at line 33 of file asteroid.c.

◆ vel

vec2 Debris::vel

Velocity.

Definition at line 34 of file asteroid.c.


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