TrilogisIT / WorldWind_Android

WorldWind Library and Example code for the Android framework.
19 stars 10 forks source link

Kieze branch CompassLayer does not show. #12

Closed adanecito closed 9 years ago

adanecito commented 9 years ago

Hi, I fixed this by commenting out the following code in the CompassLayer.java draw method

///textureProgram.loadUniformSampler("aTexture", 1); /////textureProgram.loadUniformMatrix("texMatrix", texMatrix); ///textureProgram.loadUniform1f("uOpacity", this.getOpacity());