octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help needed to update our use of OpenGL


From: John W. Eaton
Subject: Help needed to update our use of OpenGL
Date: Tue, 11 Sep 2018 17:02:59 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

I would like to update Octave's use of OpenGL so that it avoids deprecated OpenGL features but I have little real experience with OpenGL programming and could use some help.

As I understand it, these changes will primarily involve migrating from "immediate mode vertex attribute specification" (code starting with a call to glBegin ending with a call to glEnd) to using vertex array/buffer objects and modifying the way lighting is handled.

Are there any experts out there who could help with this job?

jwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]