A good portion of the fallback software caster is done.

Need to test, add global lighting, add switch
This commit is contained in:
MitchellHansen
2016-11-04 04:16:03 -07:00
parent d1bd4ce667
commit 5f24a4cf3f
5 changed files with 3 additions and 662 deletions

View File

@@ -45,8 +45,8 @@ public:
int init() override;
// In interop mode, this will create a gl texture that we share
// Otherwise, it will create the pixel buffer and pass that in as an image, retreiving it each draw
// In interop mode, this will create a GL texture that we share
// Otherwise, it will create the pixel buffer and pass that in as an image, retrieving it each draw
// Both will create the view matrix, view res buffer
void create_viewport(int width, int height, float v_fov, float h_fov) override;