managed old tutorial implementation with classes.
Bugs: nothing is displayed
This commit is contained in:
7
MshViewer/Header/import.h
Normal file
7
MshViewer/Header/import.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <vector>
|
||||
#include <gl\glew.h>
|
||||
|
||||
extern std::vector<GLfloat> loadData();
|
||||
|
||||
extern std::vector<GLfloat> loadUV();
|
||||
Reference in New Issue
Block a user