Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
EngineCore::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 112 of file GltfLoader.h.

Constructor & Destructor Documentation

◆ LightProperties()

EngineCore::GltfLoader::VulkanSchneeExtension::LightProperties::LightProperties ( const tinygltf::Value & extension)
explicit

Definition at line 178 of file GltfLoader.cpp.

References castShadows, hasLightmaps, and receiveShadows.

Member Function Documentation

◆ getCastShadows()

bool EngineCore::GltfLoader::VulkanSchneeExtension::LightProperties::getCastShadows ( ) const

Definition at line 224 of file GltfLoader.cpp.

References castShadows.

◆ getHasLightmaps()

bool EngineCore::GltfLoader::VulkanSchneeExtension::LightProperties::getHasLightmaps ( ) const

Definition at line 232 of file GltfLoader.cpp.

References hasLightmaps.

◆ getReceiveShadows()

bool EngineCore::GltfLoader::VulkanSchneeExtension::LightProperties::getReceiveShadows ( ) const

Definition at line 228 of file GltfLoader.cpp.

References receiveShadows.

Member Data Documentation

◆ castShadows

bool EngineCore::GltfLoader::VulkanSchneeExtension::LightProperties::castShadows
private

Definition at line 131 of file GltfLoader.h.

Referenced by getCastShadows(), and LightProperties().

◆ hasLightmaps

bool EngineCore::GltfLoader::VulkanSchneeExtension::LightProperties::hasLightmaps
private

Definition at line 133 of file GltfLoader.h.

Referenced by getHasLightmaps(), and LightProperties().

◆ lightmapProperties

std::optional<LightmapProperties> EngineCore::GltfLoader::VulkanSchneeExtension::LightProperties::lightmapProperties
private

Definition at line 129 of file GltfLoader.h.

◆ receiveShadows

bool EngineCore::GltfLoader::VulkanSchneeExtension::LightProperties::receiveShadows
private

Definition at line 132 of file GltfLoader.h.

Referenced by getReceiveShadows(), and LightProperties().


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