Skip to content

Commit

Permalink
back to 32 bit floats
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmendoza committed Jul 10, 2016
1 parent a39c8c6 commit 7d2159a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GpuParticles.cpp
Expand Up @@ -49,7 +49,7 @@ namespace itg

// fbos
ofFbo::Settings s;
s.internalformat = GL_RGBA16F_ARB;
s.internalformat = GL_RGBA32F_ARB;
s.textureTarget = GL_TEXTURE_RECTANGLE_ARB;
s.minFilter = GL_NEAREST;
s.maxFilter = GL_NEAREST;
Expand Down

0 comments on commit 7d2159a

Please sign in to comment.