file tag - tiagodinis/GParticles GitHub Wiki
Description: Tag that holds a path referencing a file belonging to an emission or update event. All files referenced inside an event are concatenated by the their tag position (top to bottom) and appended to whatever is generated as the event header.
Child tags: none
| attribute | type | description |
|---|---|---|
| path | string | the file's relative path |
Example:
1) <emission ... >
<file path="modules/utilities.glsl" />
<file path="modules/emission.glsl" />
<file path="projects/virusPuddles/virusEmission.comp" />
<file path="templates/emissionMain.glsl" />
</emission>
2) <emission ... >
<file path="projects/virusPuddles/completeVirusEmission.comp" />
</emission>