naev 0.12.6
Debris Struct Reference

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

Collaboration diagram for Debris:

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 37 of file asteroid.c.

Field Documentation

◆ alpha

double Debris::alpha

Alpha value.

Definition at line 43 of file asteroid.c.

◆ ang

double Debris::ang

Angle.

Definition at line 41 of file asteroid.c.

◆ gfx

const glTexture* Debris::gfx

Graphic of the debris.

Definition at line 38 of file asteroid.c.

◆ height

double Debris::height

height vs player

Definition at line 42 of file asteroid.c.

◆ pos

vec2 Debris::pos

Position.

Definition at line 39 of file asteroid.c.

◆ vel

vec2 Debris::vel

Velocity.

Definition at line 40 of file asteroid.c.


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