Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
EngineCore::GltfLoader::VulkanSchneeExtension::MeshProperties Struct Reference

Stores the mesh information like if it is a static object and if it simulates physics. More...

#include <GltfLoader.h>

Public Member Functions

 MeshProperties (const tinygltf::Value &extension)

Public Attributes

bool isStatic
bool collisionEnabled

Detailed Description

Stores the mesh information like if it is a static object and if it simulates physics.

Date
2025-08-17
Author
Konstantin Passig

Definition at line 100 of file GltfLoader.h.

Constructor & Destructor Documentation

◆ MeshProperties()

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

Member Data Documentation

◆ collisionEnabled

bool EngineCore::GltfLoader::VulkanSchneeExtension::MeshProperties::collisionEnabled

Definition at line 103 of file GltfLoader.h.

Referenced by MeshProperties().

◆ isStatic

bool EngineCore::GltfLoader::VulkanSchneeExtension::MeshProperties::isStatic

Definition at line 102 of file GltfLoader.h.

Referenced by MeshProperties().


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