API Documentation
GltfDecodeOptions.h
1 // GltfDecodeOptions.h
3 //
5 
6 namespace nkGraphics
7 {
11  struct GltfDecodeOptions final
12  {
13  // Attributes
15  LogManager* _logManager = nullptr ;
16  bool _loadImages = false ;
17  } ;
18 }
nkGraphics::GltfDecodeOptions
Decoding options for GlTF models.
Definition: GltfDecodeOptions.h:12
nkGraphics::GltfDecodeOptions::_rootFolderAbsPath
nkMemory::String _rootFolderAbsPath
Absolute path of the data root folder. This can be necessary if external files (binaries,...
Definition: GltfDecodeOptions.h:14
nkGraphics::LogManager
Responsible for logging all messages from the component.
Definition: LogManager.h:14
nkMemory::String
Class holding information about a string, with ownership over the data.
Definition: String.h:22
nkGraphics::GltfDecodeOptions::_loadImages
bool _loadImages
Whether the images should be pre-loaded and decoded.
Definition: GltfDecodeOptions.h:16
nkGraphics::GltfDecodeOptions::_logManager
LogManager * _logManager
LogManager to use if logging is necessary. If left to nullptr, no logging will happen.
Definition: GltfDecodeOptions.h:15
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7