Search found 4 matches

by PAX83
Fri Aug 18, 2006 8:36 am
Forum: Irrlicht.NET
Topic: Displaying Irrlicht in a c# picture box
Replies: 17
Views: 8187

Then I displaing scene in picture box and resize it (picturebox) appear a picture scale effect... how remove it? device = New IrrlichtDevice(frm.driver, _ New Dimension2D(frm.pbRender.Width, frm.pbRender.Height), _ 32, False, False, False, False, frm.pbRender.Handle) device.ResizeAble = True If driv...
by PAX83
Thu Aug 17, 2006 8:29 pm
Forum: Irrlicht.NET
Topic: B3D in .Net
Replies: 4
Views: 1769

Thanks anyway :)
by PAX83
Wed Aug 16, 2006 6:47 pm
Forum: Irrlicht.NET
Topic: B3D in .Net
Replies: 4
Views: 1769

But in .Net absent field b3d My Example: Dim mesh As Irrlicht.Scene.IAnimatedMesh = device.SceneManager.GetMesh(ModelPath) If mesh Is Nothing Then System.Windows.Forms.MessageBox.Show("Could not load mesh " + ModelPath, "Error Loading Mesh") Return End If Dim meshType As Integer ...
by PAX83
Mon Aug 14, 2006 6:31 am
Forum: Irrlicht.NET
Topic: B3D in .Net
Replies: 4
Views: 1769

B3D in .Net

Hi
A'am Russian user of irrlicht, sorry for my mistakes...

Then in Irrlicht.Net appiars *.b3d File Format?

Thanks.