how to create .3bd files?

External libraries (GTK, GSL, SDL, Allegro, OpenGL, etc) questions.
Post Reply
IvanisIvan
Posts: 44
Joined: Nov 07, 2019 21:57

how to create .3bd files?

Post by IvanisIvan »

How are .3bd files created and what do I need to make them myself?
jj2007
Posts: 2326
Joined: Oct 23, 2016 15:28
Location: Roma, Italia
Contact:

Re: how to create .3bd files?

Post by jj2007 »

viewtopic.php?f=14&t=15409&start=885#p238175

angros47 will give you a detailed answer when he is around ;-)
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Re: how to create .3bd files?

Post by D.J.Peters »

IvanisIvan wrote:How are .3bd files created and what do I need to make them myself?
On Windows I tested MilkShape and wrote an FreeBASIC plugin SDK!
(get a copy of Mikshape 3D v1.8.5)

viewtopic.php?f=14&t=27732&p=262628#p262628

To enable all features there are public keys floating around let me know if you need one.
(may be for BlitzBasic *.b3d export you don't need a key I can't remember)

Joshy
angros47
Posts: 2324
Joined: Jun 21, 2005 19:04

Re: how to create .3bd files?

Post by angros47 »

MilkShape3D can export to B3D.

There is also a plugin for Blender that allows to export to B3D (just check the version, not all versions of Blender are supported, I think)

https://github.com/joric/io_scene_b3d
IvanisIvan
Posts: 44
Joined: Nov 07, 2019 21:57

Re: how to create .3bd files?

Post by IvanisIvan »

D.J.Peters wrote:
IvanisIvan wrote:How are .3bd files created and what do I need to make them myself?
On Windows I tested MilkShape and wrote an FreeBASIC plugin SDK!
(get a copy of Mikshape 3D v1.8.5)

viewtopic.php?f=14&t=27732&p=262628#p262628

To enable all features there are public keys floating around let me know if you need one.
(may be for BlitzBasic *.b3d export you don't need a key I can't remember)

Joshy
angros47 wrote:MilkShape3D can export to B3D.

There is also a plugin for Blender that allows to export to B3D (just check the version, not all versions of Blender are supported, I think)

https://github.com/joric/io_scene_b3d
Thank you!
Post Reply