VisuTwin Canvas
C++ 3D Engine — Metal Backend
Loading...
Searching...
No Matches
lightComponentData.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: Apache-2.0
2
// Copyright 2025-2026 Arnis Lektauers
3
//
4
// Created by Arnis Lektauers on 10.09.2025.
5
//
6
7
#pragma once
8
9
namespace
visutwin::canvas
10
{
11
class
Light
;
12
13
struct
LightComponentData
14
{
15
Light
*
light
=
nullptr
;
16
};
17
}
visutwin::canvas::Light
Directional, point, spot, or area light with shadow mapping and cookie projection.
Definition
light.h:54
visutwin::canvas
Definition
eventHandler.cpp:9
visutwin::canvas::LightComponentData
Definition
lightComponentData.h:14
visutwin::canvas::LightComponentData::light
Light * light
Definition
lightComponentData.h:15
framework
components
light
lightComponentData.h
Generated by
1.16.1