Class Qkmaxware::Rendering::TexturedSkybox

Class List > Qkmaxware > Rendering > TexturedSkybox

Skybox with a wrapped 3d texture

Inherits the following classes: Qkmaxware::Rendering::Skybox

Public Functions

Type Name
virtual override Color GetPixel (BaseCamera camera, int x, int y)
Get the skybox colour for the given camera
TexturedSkybox (Texture2D texture)

Public Functions inherited from Qkmaxware::Rendering::Skybox

See Qkmaxware::Rendering::Skybox

Type Name
virtual Color GetPixel (BaseCamera camera, int x, int y)
Get the skybox colour for the given camera

Public Functions Documentation

function GetPixel

inline virtual override Color Qkmaxware::Rendering::TexturedSkybox::GetPixel (
    BaseCamera camera,
    int x,
    int y
) 

Parameters:

  • camera camera
  • x pixel x
  • y pixel y

Returns:

skybox color for camera pixel

Implements Qkmaxware::Rendering::Skybox::GetPixel

function TexturedSkybox

inline Qkmaxware::Rendering::TexturedSkybox::TexturedSkybox (
    Texture2D texture
) 

The documentation for this class was generated from the following file Render/src/Skybox.cs