cucapra / gator

Geometry types
https://capra.cs.cornell.edu/research/gator/
26 stars 11 forks source link

Two consecutive imports not working #112

Closed pauljoo28 closed 3 years ago

pauljoo28 commented 4 years ago

When trying to import two different files as such

//Imports
using "../ts_defs.lgl";
using "../glsl_defs.lgl";

The following error occurs.

Fatal error: exception Failure("Line: 3 glsl_defs.lgl not found in the list of imported files")