add linear_depth material
This commit is contained in:
13
thermion_dart/native/include/material/linear_depth.h
Normal file
13
thermion_dart/native/include/material/linear_depth.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef LINEAR_DEPTH_H_
|
||||
#define LINEAR_DEPTH_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern "C" {
|
||||
extern const uint8_t LINEAR_DEPTH_PACKAGE[];
|
||||
extern int LINEAR_DEPTH_LINEAR_DEPTH_OFFSET;
|
||||
extern int LINEAR_DEPTH_LINEAR_DEPTH_SIZE;
|
||||
}
|
||||
#define LINEAR_DEPTH_LINEAR_DEPTH_DATA (LINEAR_DEPTH_PACKAGE + LINEAR_DEPTH_LINEAR_DEPTH_OFFSET)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user