MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
anonymous_namespace{starship.cpp}::Star Struct Reference

Public Attributes

bool isConstellation = false
float magnitude = 0.0f
float size = 0.0f
int starType = 0
float temperature = 0.0f
float twinkle = 0.0f
float vx = 0.0f
float vy = 0.0f
float vz = 0.0f
float x = 0.0f
float y = 0.0f
float z = 0.0f

Detailed Description

Definition at line 40 of file starship.cpp.

Member Data Documentation

◆ isConstellation

bool anonymous_namespace{starship.cpp}::Star::isConstellation = false

Definition at line 52 of file starship.cpp.

◆ magnitude

float anonymous_namespace{starship.cpp}::Star::magnitude = 0.0f

Definition at line 47 of file starship.cpp.

◆ size

float anonymous_namespace{starship.cpp}::Star::size = 0.0f

Definition at line 50 of file starship.cpp.

◆ starType

int anonymous_namespace{starship.cpp}::Star::starType = 0

Definition at line 51 of file starship.cpp.

◆ temperature

float anonymous_namespace{starship.cpp}::Star::temperature = 0.0f

Definition at line 48 of file starship.cpp.

◆ twinkle

float anonymous_namespace{starship.cpp}::Star::twinkle = 0.0f

Definition at line 49 of file starship.cpp.

◆ vx

float anonymous_namespace{starship.cpp}::Star::vx = 0.0f

Definition at line 44 of file starship.cpp.

◆ vy

float anonymous_namespace{starship.cpp}::Star::vy = 0.0f

Definition at line 45 of file starship.cpp.

◆ vz

float anonymous_namespace{starship.cpp}::Star::vz = 0.0f

Definition at line 46 of file starship.cpp.

◆ x

float anonymous_namespace{starship.cpp}::Star::x = 0.0f

Definition at line 41 of file starship.cpp.

◆ y

float anonymous_namespace{starship.cpp}::Star::y = 0.0f

Definition at line 42 of file starship.cpp.

◆ z

float anonymous_namespace{starship.cpp}::Star::z = 0.0f

Definition at line 43 of file starship.cpp.


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