Search found 5 matches

by Gabriel
Fri Dec 02, 2005 8:34 pm
Forum: Irrlicht.NET
Topic: Displaying Irrlicht in a c# picture box
Replies: 17
Views: 8175

Sweet!

Odd that the camera has anything to do with input.
by Gabriel
Fri Dec 02, 2005 5:58 am
Forum: Beginners Help
Topic: Irrlicht Input
Replies: 1
Views: 309

Irrlicht Input

I posted this in the .NET forum, but maybe this one is more appropriate for receiving an answer to this problem. I am using my own loop, and each iteration I call the following: code: -------------------------------------------------------------------------------- device.Timer.Tick(); device.VideoDr...
by Gabriel
Thu Dec 01, 2005 4:51 am
Forum: Irrlicht.NET
Topic: Displaying Irrlicht in a c# picture box
Replies: 17
Views: 8175

Yes, that is there.
by Gabriel
Wed Nov 30, 2005 4:51 pm
Forum: Irrlicht.NET
Topic: Displaying Irrlicht in a c# picture box
Replies: 17
Views: 8175

Using .NET 1.1 w/ VS.NET 2003 I am using my own loop, and each iteration I call the following: device.Timer.Tick(); device.VideoDriver.BeginScene(true,true, new Irrlicht.Video.Color(128,128,128,128)); device.SceneManager.DrawAll(); device.VideoDriver.EndScene(); When running this in a picturebox, th...
by Gabriel
Wed Nov 30, 2005 6:12 am
Forum: Irrlicht.NET
Topic: pure .NET version of engine for download
Replies: 91
Views: 19090

edit: saw a post covering my suggestion :oops: