21 void SetFile(
const std::string& path,
const std::string& filename);
Converts GLTF models to internal format.
Definition: GLTFImporter.hpp:15
Used to import GLTF models.
Definition: GLTFEditor.hpp:8
void Show()
Show the editor.
Definition: GLTFEditor.cpp:11
GLTFEditor()
Constructor.
Definition: GLTFEditor.cpp:7
void SetFile(const std::string &path, const std::string &filename)
Set file to import.
Definition: GLTFEditor.cpp:20
void SetVisible(bool visible)
Set whether the window should be visible.
Definition: GLTFEditor.cpp:29
bool IsVisible() const
Get whether the window is visible.
Definition: GLTFEditor.cpp:25
Definition: AssetEditor.hpp:9