Class SkyComponent¶
Defined in File sky_component.h
Inheritance Relationships¶
Base Type¶
public Component(Class Component)
Class Documentation¶
-
class
SkyComponent: public Component¶ Used to add a skybox to the scene.
Public Functions
-
~SkyComponent()¶
-
ModelResourceFile *
getSkySphere() const¶
-
SkyMaterialResourceFile *
getSkyMaterial() const¶
-
JSON::json
getJSON() const¶ Get JSON representation of the component data needed to re-construct component from memory.
-
void
draw()¶ Expose the component data with ImGui.
-