Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Engine::Assets::Loaders::GltfLoader::VulkanSchneeExtension::LightProperties Struct Reference

stores all properties related to lighting information More...

#include <GltfLoader.h>

Classes

struct  LightmapProperties

Public Member Functions

 LightProperties (const tinygltf::Value &extension)
bool getCastShadows () const
bool getReceiveShadows () const
bool getHasLightmaps () const

Private Attributes

std::optional< LightmapPropertieslightmapProperties
bool castShadows
bool receiveShadows
bool hasLightmaps

Detailed Description

stores all properties related to lighting information

Date
2025-08-17
Author
Konstantin Passig

Definition at line 123 of file GltfLoader.h.

Constructor & Destructor Documentation

◆ LightProperties()

Engine::Assets::Loaders::GltfLoader::VulkanSchneeExtension::LightProperties::LightProperties ( const tinygltf::Value & extension)
explicit

Member Function Documentation

◆ getCastShadows()

bool Engine::Assets::Loaders::GltfLoader::VulkanSchneeExtension::LightProperties::getCastShadows ( ) const

◆ getHasLightmaps()

bool Engine::Assets::Loaders::GltfLoader::VulkanSchneeExtension::LightProperties::getHasLightmaps ( ) const

◆ getReceiveShadows()

bool Engine::Assets::Loaders::GltfLoader::VulkanSchneeExtension::LightProperties::getReceiveShadows ( ) const

Member Data Documentation

◆ castShadows

bool Engine::Assets::Loaders::GltfLoader::VulkanSchneeExtension::LightProperties::castShadows
private

Definition at line 144 of file GltfLoader.h.

◆ hasLightmaps

bool Engine::Assets::Loaders::GltfLoader::VulkanSchneeExtension::LightProperties::hasLightmaps
private

Definition at line 146 of file GltfLoader.h.

◆ lightmapProperties

std::optional<LightmapProperties> Engine::Assets::Loaders::GltfLoader::VulkanSchneeExtension::LightProperties::lightmapProperties
private

Definition at line 142 of file GltfLoader.h.

◆ receiveShadows

bool Engine::Assets::Loaders::GltfLoader::VulkanSchneeExtension::LightProperties::receiveShadows
private

Definition at line 145 of file GltfLoader.h.


The documentation for this struct was generated from the following file:
  • /home/magerbeton/Documents/gl3-vulkan/Engine/include/Engine/Mesh/GltfLoader.h