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

Javascript
form中限制文本字节数js代码
use jscript with List Proxy Server Information
use jscript List Installed Software
List Installed Software Features
List Information About the Binary Files Used by an Application
List the Codec Files on a Computer
List the UTC Time on a Computer
List Installed Hot Fixes
excel操作之Add Data to a Spreadsheet Cell
Add Formatted Data to a Spreadsheet
Apply an AutoFormat to an Excel Spreadsheet
JavaScript语法着色引擎(demo及打包文件下载)
类之Prototype.js学习
一款JavaScript压缩工具:X2JSCompactor
iis6+javascript Add an Extension File
jscript之Open an Excel Spreadsheet
jscript之Read an Excel Spreadsheet
jscript之List Excel Color Values
去除图像或链接黑眼圈的两种方法总结
Add a Formatted Table to a Word Document

Javascript 中的 OpenGL Step by Step


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-08-10   浏览: 331 ::
收藏到网摘: 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等)