Maddie Slockbower 366774622b Implemented Shader Function
- Updated License to GPL v3.0
- Added New Math Nodes
- Prototype Rendering Code for Debugging Functions
2024-11-03 12:57:12 -05:00

28 lines
330 B
JavaScript

var indexSectionsWithContent =
{
0: "abcdefhilmnoptuv",
1: "abcdfhimoptu",
2: "t",
3: "defilnoptv",
4: "cou"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "files",
3: "functions",
4: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Classes",
2: "Files",
3: "Functions",
4: "Pages"
};