|
Hymn to Beauty
C++ 3D Engine
|
Used to import GLTF models. More...
#include <GLTFEditor.hpp>
Public Member Functions | |
| GLTFEditor () | |
| Constructor. More... | |
| void | Show () |
| Show the editor. More... | |
| void | SetFile (const std::string &path, const std::string &filename) |
| Set file to import. More... | |
| bool | IsVisible () const |
| Get whether the window is visible. More... | |
| void | SetVisible (bool visible) |
| Set whether the window should be visible. More... | |
Used to import GLTF models.
| GLTFEditor::GLTFEditor | ( | ) |
Constructor.
| bool GLTFEditor::IsVisible | ( | ) | const |
Get whether the window is visible.
| void GLTFEditor::SetFile | ( | const std::string & | path, |
| const std::string & | filename | ||
| ) |
Set file to import.
| path | Path. |
| filename | Filename. |
| void GLTFEditor::SetVisible | ( | bool | visible | ) |
Set whether the window should be visible.
| visible | Whether the window should be visible. |
| void GLTFEditor::Show | ( | ) |
Show the editor.