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 中使用显示列表,我很惭愧,但它很容易工作。但是我不知道如何扩展显示列表,换句话说,添加到它。
我在 glNewlist 之后尝试了 glCallList,但显然它不是那样工作的。
有没有办法扩展显示列表?
没有。生成一个包含新旧数据的新数据。