feat: add flag for keepData for gltf instancing, add highlightScene, add stencilHighlight method
This commit is contained in:
13
thermion_dart/native/include/material/unlit.h
Normal file
13
thermion_dart/native/include/material/unlit.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef UNLIT_H_
|
||||
#define UNLIT_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern "C" {
|
||||
extern const uint8_t UNLIT_PACKAGE[];
|
||||
extern int UNLIT_UNLIT_OFFSET;
|
||||
extern int UNLIT_UNLIT_SIZE;
|
||||
}
|
||||
#define UNLIT_UNLIT_DATA (UNLIT_PACKAGE + UNLIT_UNLIT_OFFSET)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user