Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OpenGL キャンバスの背景色を設定したいと考えています。通常、glClearColor メソッドを使用してから gl.glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); を使用します。照明を有効にする必要があるまではうまくいきました。背景色はまだ機能していますが、テクスチャと頂点はすべて白です。