|
refactoredCPPNeuronMesher
|
#include <GLFW/glfw3.h>#include <GL/glu.h>#include <fstream>#include <sstream>#include <iostream>#include <vector>#include <cmath>#include <algorithm>#include <map>#include <array>#include <tuple>#include "tinyfiledialogs.h"#include "stb_easy_font.h"#include "neurongraph.h"#include "draw_utils.h"#include "callbacks.h"#include "opgl_utils.h"#include "globals.h"#include "renderhelpwindow.cpp"
Functions | |
| void | setupLighting () |
| void | setupCamera (double cx, double cy, double cz, double radius, int width, int height) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |

| void setupCamera | ( | double | cx, |
| double | cy, | ||
| double | cz, | ||
| double | radius, | ||
| int | width, | ||
| int | height | ||
| ) |

| void setupLighting | ( | ) |
