当前位置: 首页 > 图文教程 > 网络编程 > Javascript > OpenGL Step by Step

Javascript
Add a Table to a Word Document
Add Formatted Text to a Word Document
用jscript实现新建word文档
用jscript实现新建和保存一个word文档
Open and Print a Word Document
Use Word to Search for Files
Convert Seconds To Hours
Sample script that deletes a SQL Server database
Sample script that displays all of the users in a given SQL Server DB
firefox中用javascript实现鼠标位置的定位
div+css实现鼠标放上去,背景跟图片都会变化。
Locate a File Using a File Open Dialog Box
Save a File Using a File Save Dialog Box
用jscript实现列出安装的软件列表
List the Stored Procedures in a SQL Server database
Display SQL Server Login Mode
Display SQL Server Version Information
List all the Databases on a SQL Server
用jscript启动sqlserver
Stop SQL Server

Javascript 中的 OpenGL Step by Step


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-08-10   浏览: 332 ::
收藏到网摘: n/a

第一、准备好OpenGL。

    OpenGL是由SGI公司开发的低层三维图形API,它在WINDOWS中以动态链接库的形式存在,Win95 osr2以上版本及Win NT自带有微软公司实现的OpenGL。但本人推荐使用SGI实现的OpenGL,快速可靠而且功能丰富。

    下载了opengl95.exe或opengl2.exe之后执行之,按提示安装即可。默认情况情况下会在C:\oglsdk,包括了VC和BC的库及头文件,还有两个演示程序,不妨看看,Fly in the Sky在窗口中移动鼠标就可控制飞行了,还有一份说明书,也不妨看看。

    请到下载必要的文件(包括Opengl95.exe、Specify1.1等)