Open Inventor
Release 2025.1.0
Loading...
Searching...
No Matches
SoQuadAreaLight.h
1
/*=======================================================================
2
*** THE CONTENT OF THIS WORK IS PROPRIETARY TO FEI S.A.S, (FEI S.A.S.), ***
3
*** AND IS DISTRIBUTED UNDER A LICENSE AGREEMENT. ***
4
*** ***
5
*** REPRODUCTION, DISCLOSURE, OR USE, IN WHOLE OR IN PART, OTHER THAN AS ***
6
*** SPECIFIED IN THE LICENSE ARE NOT TO BE UNDERTAKEN EXCEPT WITH PRIOR ***
7
*** WRITTEN AUTHORIZATION OF FEI S.A.S. ***
8
*** ***
9
*** RESTRICTED RIGHTS LEGEND ***
10
*** USE, DUPLICATION, OR DISCLOSURE BY THE GOVERNMENT OF THE CONTENT OF THIS ***
11
*** WORK OR RELATED DOCUMENTATION IS SUBJECT TO RESTRICTIONS AS SET FORTH IN ***
12
*** SUBPARAGRAPH (C)(1) OF THE COMMERCIAL COMPUTER SOFTWARE RESTRICTED RIGHT ***
13
*** CLAUSE AT FAR 52.227-19 OR SUBPARAGRAPH (C)(1)(II) OF THE RIGHTS IN ***
14
*** TECHNICAL DATA AND COMPUTER SOFTWARE CLAUSE AT DFARS 52.227-7013. ***
15
*** ***
16
*** COPYRIGHT (C) 1996-2025 BY FEI S.A.S, ***
17
*** BORDEAUX, FRANCE ***
18
*** ALL RIGHTS RESERVED ***
19
**=======================================================================*/
20
21
#pragma once
22
23
#include <Inventor/nodes/SoLight.h>
24
#include <Inventor/nodes/SoSeparator.h>
25
#include <Inventor/nodes/SoTexture3.h>
26
27
#include <Inventor/fields/SoSFVec3f.h>
28
#include <Inventor/fields/SoSFRotation.h>
29
#include <Inventor/fields/SoSFFloat.h>
30
#include <Inventor/fields/SoSFBool.h>
31
32
class
SoTextureUnit
;
33
class
SoShaderParameter1i
;
34
class
SoIndexedTriangleSet
;
35
class
SoSwitch
;
36
class
SoGLRenderAction
;
37
class
SoGetBoundingBoxAction
;
38
class
SoMaterial
;
39
98
class
SoQuadAreaLight
:
public
SoLight
99
{
100
SO_NODE_HEADER(
SoQuadAreaLight
);
101
102
public
:
108
SoSFVec3f
location
;
109
118
SoSFRotation
orientation
;
119
125
SoSFFloat
width
;
126
132
SoSFFloat
height
;
133
141
SoSFBool
twoSided
;
142
146
SoQuadAreaLight
();
147
148
private
:
149
void
GLRender(
SoGLRenderAction
* action)
override
;
150
void
getBoundingBox(
SoGetBoundingBoxAction
* action)
override
;
151
152
private
:
153
static
void
initClass();
154
static
void
exitClass();
155
161
SoSFBool
display;
162
163
void
getCameras(
SoState
* state,
SoPath
* scene,
float
visibilityLength,
SoNodeList
& lightCams)
override
;
164
165
static
SoTexture3
* getLTCTexture();
166
167
private
:
168
virtual
~SoQuadAreaLight
();
169
170
private
:
171
void
getUpAndRightVectors(
SbVec3f
& upVector,
SbVec3f
& rightVector)
const
;
172
SoSeparator
* getShapeSep();
173
174
static
SoRef<SoTexture3>
s_ltcTexture;
175
SoRef<SoSeparator>
m_shapeSep;
176
SoIndexedTriangleSet
* m_shape;
177
SoSwitch
* m_displaySwitch;
178
SoMaterial
* m_shapeFrontMaterial;
179
SoMaterial
* m_shapeBackMaterial;
180
};
SbVec3f
3D vector class.
Definition
SbVec.h:932
SoGLRenderAction
Renders a scene graph using Open Inventor's Render Engine.
Definition
SoGLRenderAction.h:192
SoGetBoundingBoxAction
Computes bounding box of a scene.
Definition
SoGetBoundingBoxAction.h:172
SoIndexedTriangleSet
Indexed triangle shape node.
Definition
SoIndexedTriangleSet.h:119
SoMaterial
Surface material definition node.
Definition
SoMaterial.h:173
SoNode::SoPath
friend class SoPath
Definition
SoNode.h:470
SoNodeList
Maintains a list of pointers to nodes.
Definition
SoNodeList.h:74
SoQuadAreaLight::location
SoSFVec3f location
Location of the source (center of the area).
Definition
SoQuadAreaLight.h:108
SoQuadAreaLight::width
SoSFFloat width
Width of the area.
Definition
SoQuadAreaLight.h:125
SoQuadAreaLight::height
SoSFFloat height
Height of the area.
Definition
SoQuadAreaLight.h:132
SoQuadAreaLight::orientation
SoSFRotation orientation
Principal orientation of illumination (normal vector of the area), defined as a SoSFRotation object.
Definition
SoQuadAreaLight.h:118
SoQuadAreaLight::SoQuadAreaLight
SoQuadAreaLight()
Creates an area light source node with default settings.
SoQuadAreaLight::twoSided
SoSFBool twoSided
Two-Sided illumination.
Definition
SoQuadAreaLight.h:141
SoRef
Smart pointer for any class inheriting SoRefCounter.
Definition
SoRef.h:90
SoSFBool
Field containing a single Boolean value.
Definition
SoSFBool.h:79
SoSFFloat
Field containing a floating-point value.
Definition
SoSFFloat.h:78
SoSFRotation
Field containing a rotation.
Definition
SoSFRotation.h:93
SoSFVec3f
Field containing a three-dimensional vector.
Definition
SoSFVec3f.h:80
SoSeparator
Group node that saves and restores traversal state.
Definition
SoSeparator.h:179
SoShaderParameter1i
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Uniform shader p...
Definition
SoShaderParameter.h:485
SoState
Traversal state.
Definition
SoState.h:74
SoSwitch
Group node that traverses one chosen child.
Definition
SoSwitch.h:179
SoTexture3
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> 3D texture mappi...
Definition
SoTexture3.h:173
SoTextureUnit
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Node that specif...
Definition
SoTextureUnit.h:112
Inventor
nodes
SoQuadAreaLight.h
Generated by
1.13.2