fix shaders, so that shadowed and non-shadowed are matching fix registerGraphicsUnitSphereShape API (level of detail), support textured sphere too add support for textured cube add start for a Tutorial.cpp
7 lines
151 B
C++
7 lines
151 B
C++
#ifndef TUTORIAL_H
|
|
#define TUTORIAL_H
|
|
|
|
class CommonExampleInterface* TutorialCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //TUTORIAL_H
|