這裏不能打開文件可以是代碼: public void LoadTexture(string textureId, string path)
{
int devilId = 0;
Il.ilGenImages(1, out devilId);
Il.ilBindImage(devilId); // set as the active texture
我有一個是基於Giawa教程數字一個OpenGL程序1-5.Basically我創建一個圖像,在屏幕上顯示出來,並使其旋轉。我想要完成的是添加鍵盤事件來更改圖像的某些參數。舉例來說,在我的代碼我想按F6,使圖像旋轉,速度快: using System;
using Tao.FreeGlut;
using OpenGL;
using System;
using System.Windows;