feat: add flag for keepData for gltf instancing, add highlightScene, add stencilHighlight method
This commit is contained in:
12
thermion_dart/native/include/material/unlit.S
Normal file
12
thermion_dart/native/include/material/unlit.S
Normal file
@@ -0,0 +1,12 @@
|
||||
.global UNLIT_UNLIT_OFFSET;
|
||||
.global UNLIT_UNLIT_SIZE;
|
||||
|
||||
.global UNLIT_PACKAGE
|
||||
.section .rodata
|
||||
UNLIT_PACKAGE:
|
||||
.incbin "unlit.bin"
|
||||
UNLIT_UNLIT_OFFSET:
|
||||
.int 0
|
||||
UNLIT_UNLIT_SIZE:
|
||||
.int 26426
|
||||
|
||||
Reference in New Issue
Block a user