mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-15 07:01:11 +01:00
An another small test.
This commit is contained in:
parent
af5a897f17
commit
036629a84c
@ -5,7 +5,12 @@
|
|||||||
#include "../../editor/mm_graph_node.h"
|
#include "../../editor/mm_graph_node.h"
|
||||||
#include "../mm_material.h"
|
#include "../mm_material.h"
|
||||||
|
|
||||||
|
void MMShape::test() {
|
||||||
|
print_error("test");
|
||||||
|
}
|
||||||
|
|
||||||
Ref<MMNodeUniversalProperty> MMShape::get_image() {
|
Ref<MMNodeUniversalProperty> MMShape::get_image() {
|
||||||
|
test();
|
||||||
return image;
|
return image;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -31,6 +31,8 @@ public:
|
|||||||
SHAPE_TYPE_RAYS = 4,
|
SHAPE_TYPE_RAYS = 4,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
void test();
|
||||||
|
|
||||||
void _init_properties();
|
void _init_properties();
|
||||||
void _register_methods(MMGraphNode *mm_graph_node);
|
void _register_methods(MMGraphNode *mm_graph_node);
|
||||||
void _render(const Ref<MMMaterial> &material);
|
void _render(const Ref<MMMaterial> &material);
|
||||||
|
Loading…
Reference in New Issue
Block a user