Skip to content

Commit

Permalink
added bin/data zip
Browse files Browse the repository at this point in the history
  • Loading branch information
moebiussurfing committed May 6, 2024
1 parent e03f759 commit 66552d7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 219 deletions.
Binary file not shown.

This file was deleted.

2 changes: 1 addition & 1 deletion 9_Example_ShaderCustom/src/materialPBRAdvanced.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void materialPBRAdvanced::setup() {

//--------------------------------------------------------------
void materialPBRAdvanced::draw() {
renderScene(true);
renderScene(true); // -> with shadow

// ofEnableDepthTest();
//
Expand Down
2 changes: 1 addition & 1 deletion 9_Example_ShaderCustom/src/ofApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ TODO: add a basic custom shader.
*/

#define SURFING_ENABLE_MESH 0
#define SURFING_ENABLE_MATERIAL 1
#define SURFING_ENABLE_MESH 0

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion 9_Example_ShaderCustom/src/vboMeshDrawInstanced.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ void vboMeshDrawInstanced::setup() {
parameters.setName("vboMeshDrawInstanced");
parameters.add(isShaderDirty);
gui.setup(parameters);
gui.setPosition(10, ofGetHeight() * .75);
gui.setPosition(ofGetWidth()-300, ofGetHeight() - 200);

// initialize variables:

Expand Down

0 comments on commit 66552d7

Please sign in to comment.