Fixed math problem and display submeshes in editor panel
This commit is contained in:
16
Editor/src/ComponentsPanel/ModelResourceInspector.h
Normal file
16
Editor/src/ComponentsPanel/ModelResourceInspector.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#include <src/Core/Core.h>
|
||||
#include <src/Resource/Model.h>
|
||||
|
||||
class ModelResourceInspector
|
||||
{
|
||||
private:
|
||||
Ref<Nuake::Model> _model;
|
||||
|
||||
public:
|
||||
ModelResourceInspector(Ref<Nuake::Model> model);
|
||||
ModelResourceInspector() = default;
|
||||
~ModelResourceInspector() = default;
|
||||
|
||||
void Draw();
|
||||
};
|
||||
Reference in New Issue
Block a user