B3D in .Net

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
PAX83
Posts: 4
Joined: Mon Aug 14, 2006 6:09 am
Location: Russia, Ryazan

B3D in .Net

Post by PAX83 »

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

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

Thanks.
badray
Posts: 6
Joined: Sat Aug 12, 2006 1:54 pm
Location: Poland

Post 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
PAX83
Posts: 4
Joined: Mon Aug 14, 2006 6:09 am
Location: Russia, Ryazan

Post 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
badray
Posts: 6
Joined: Sat Aug 12, 2006 1:54 pm
Location: Poland

Post 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. :?
PAX83
Posts: 4
Joined: Mon Aug 14, 2006 6:09 am
Location: Russia, Ryazan

Post by PAX83 »

Thanks anyway :)
Locked