Page 1 of 1

B3D in .Net

Posted: Mon Aug 14, 2006 6:31 am
by PAX83
Hi
A'am Russian user of irrlicht, sorry for my mistakes...

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

Thanks.

Posted: Mon Aug 14, 2006 11:41 pm
by badray
I think you wanna say "Irrlich support bd3 files?".
if not then.. sry mistake.

Yest it can, In news page you can read
OGRE .mesh file and .B3D import support

Posted: Wed Aug 16, 2006 6:47 pm
by PAX83
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 = mesh.MeshType.b3d

Posted: Thu Aug 17, 2006 11:56 am
by badray
I didn't try it, becouze i'am not on my computer, but if i'll, i would try to solve problem. For now maybe some other man ask for your question. :?

Posted: Thu Aug 17, 2006 8:29 pm
by PAX83
Thanks anyway :)