Fix glslify relative imports + inner module imports
This commit is contained in:
committed by
Edwin Jakobs
parent
400347aad1
commit
9f3e43c39e
@@ -0,0 +1,9 @@
|
||||
#ifndef HALF_PI
|
||||
#define HALF_PI 1.5707963267948966
|
||||
#endif
|
||||
|
||||
float sineIn(float t) {
|
||||
return sin((t - 1.0) * HALF_PI) + 1.0;
|
||||
}
|
||||
|
||||
#pragma glslify: export(sineIn)
|
||||
Reference in New Issue
Block a user