Euphoria
Public Attributes | List of all members
eu::render::Skybox Struct Reference

A skybox model with a cubemap texture. More...

Public Attributes

std::shared_ptr< CompiledGeomgeom = nullptr
 
std::shared_ptr< TextureCubemapcubemap = nullptr
 

Detailed Description

A skybox model with a cubemap texture.

Definition at line 185 of file world.h.

Member Data Documentation

◆ cubemap

std::shared_ptr<TextureCubemap> eu::render::Skybox::cubemap = nullptr

Definition at line 188 of file world.h.

◆ geom

std::shared_ptr<CompiledGeom> eu::render::Skybox::geom = nullptr

Definition at line 187 of file world.h.


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