FBX C++ API Reference
Main Page
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
+
Typedefs
b
c
d
e
g
h
i
k
l
o
p
r
s
u
v
+
Enumerations
b
e
+
Enumerator
b
e
m
v
+
Related Functions
f
i
o
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
x
+
Functions
a
c
d
f
g
i
m
o
p
r
t
u
+
Variables
c
f
g
m
n
t
v
+
Typedefs
c
f
n
p
s
t
x
Enumerations
+
Enumerator
e
f
k
+
Macros
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
x
Examples
▼
FBX C++ API Reference
FBX SDK Reference
►
Classes
▼
Files
►
File List
►
File Members
►
Examples
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
fbxenvironment.h
Go to the documentation of this file.
1
/****************************************************************************************
2
3
Copyright (C) 2015 Autodesk, Inc.
4
All rights reserved.
5
6
Use of this software is subject to the terms of the Autodesk license agreement
7
provided at the time of installation or download, or which otherwise accompanies
8
this software in either electronic or hard copy form.
9
10
****************************************************************************************/
11
13
#ifndef _FBXSDK_SCENE_ENVIRONMENT_H_
14
#define _FBXSDK_SCENE_ENVIRONMENT_H_
15
16
#include <
fbxsdk/fbxsdk_def.h
>
17
18
#include <
fbxsdk/core/fbxobject.h
>
19
20
#include <
fbxsdk/fbxsdk_nsbegin.h
>
21
27
class
FBXSDK_DLL
FbxEnvironment
:
public
FbxObject
28
{
29
FBXSDK_OBJECT_DECLARE
(
FbxEnvironment
,
FbxObject
);
30
31
public
:
32
/*****************************************************************************************************************************
33
** WARNING! Anything beyond these lines is for internal use, may not be documented and is subject to change without notice! **
34
*****************************************************************************************************************************/
35
#ifndef DOXYGEN_SHOULD_SKIP_THIS
36
bool
ProvidesLighting()
const
;
37
#endif
/* !DOXYGEN_SHOULD_SKIP_THIS *****************************************************************************************/
38
};
39
40
#include <
fbxsdk/fbxsdk_nsend.h
>
41
42
#endif
/* _FBXSDK_SCENE_ENVIRONMENT_H_ */
FBXSDK_OBJECT_DECLARE
#define FBXSDK_OBJECT_DECLARE(Class, Parent)
Macro used to declare a new class derived from FbxObject.
Definition:
fbxobject.h:61
fbxsdk_def.h
FBX SDK environment definition.
FbxEnvironment
This class contains the description of a scene environment.
Definition:
fbxenvironment.h:27
fbxsdk_nsbegin.h
FbxObject
The base class of most FBX objects.
Definition:
fbxobject.h:157
fbxsdk_nsend.h
fbxobject.h
FBXSDK_DLL
#define FBXSDK_DLL
Definition:
fbxarch.h:173
fbxsdk
scene
fbxenvironment.h
Generated by
1.8.13