似乎我在lwjgl的稳定版本中习惯了已经改变了。 (我更新到每晚)执行所有渲染的代码完全相同,但是在
行 GL11.glColor3f(this.color[0], this.color[1], this.color[2]);
eclipse给了我这个错误:
Exception in thread "main" java.lang.IllegalStateException: This function is not available.
at org.lwjgl.system.Checks.checkFunctionAddress(Checks.java:66)
at org.lwjgl.opengl.GL11.glColor3f(GL11.java:1923)
通过谷歌搜索没有多大帮助。我在着色器上得到了东西(因为我只想要一个纯色而被制服了)和一些与我使用相同行的教程。
Eclipse和文档告诉我它的折旧,所以我现在必须使用着色器吗?