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.
LWJGL と Slick を使用して Java でゲームを作成しています。
私が理解していることから、glColor は RGB 値を乗算しますが、RBG を削除したテクスチャに色を追加したい場合はどうすればよいでしょうか? (脱飽和)
これの目的は、灰色のテクスチャを作成し、OpenGL を使用してコードで色を追加することです。