openframeworks / ofBook

openFrameworks community book
705 stars 201 forks source link

Using class name in place of object name in Textures chapter #266

Open gregvw opened 6 years ago

gregvw commented 6 years ago

Immediately before the second image of the earth, there is the code line

ofTexture.setTextureMinMagFilter(GL_LINEAR_MIPMAP_LINEAR, GL_LINEAR)

ofTexture should presumably be replaced by the object mTex

mikewesthad commented 6 years ago

Thanks! Pinging the author: @edap