123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|192|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Blitz -> Loading a .b3d file

Tue, 13 Nov 2007, 14:01
power mousey

Tiki,

a .b3d file is genrally a model or animation file.
Although, I have seen and used both 3ds and a few b3d files as levels too.
Also I have some levels in X format. So Graham get on the ball and implement using,load and manipulating X files
in Cobra 3d. I have lots of X files.
And of the X fles I don't mean Scully nor Mulder.


anyway, the wireframes lead to mesh and particularly loadmesh and loadanimmesh commands in the docs of Blitz 3d.
Seek those vertex points.


Tue, 13 Nov 2007, 18:07
power mousey
just look in the docs...the documentation.
goto command reference, click 3d category, click on mesh and look into loadmesh or loadanimmesh as well.

But here is an example from the docs.



replace the 3ds file with a .b3d file.
its that simple.
and now you are on the grand road of OZ
positioning,rotating, turnentity, this entity.
among other commands for 3d models and animations.
and don't forget the camera, light, and the UpdateWorld,RenderWorld.
And the Flip too.

hope that helps.





Wed, 14 Nov 2007, 14:06
power mousey

to be honest, I don't know.
I don't know about Maplet and the compatibility.

???

I usually use 3ds and X files for models.
And for a few levels too.
I primarily use md2 for both static and animated models.
I use bsp for levels...although again I had a castle and area level in X format and a Maya temple and surround level-area in 3ds.

Wed, 14 Nov 2007, 16:38
Toaster
I had the same problem if your using maplet blitz wont load the b3D unless it has textures. So you have to assign the model textures in maplet before you export.

Thu, 15 Nov 2007, 00:05
Dabz
Maplet has an example.bb file (With related textures in the folder) in its root directory, open that and run...

My guess is what toaster said, if you build something using textures, make sure the same textures are in the same folder as your .b3d file when using the .b3d file in your app.

Dabz

-=-=-
Intel Core i5 6400 2.7GHz, NVIDIA GeForce GTX 1070 (8GB), 8Gig DDR4 RAM, 256GB SSD, 1TB HDD, Windows 10 64bit
Sat, 17 Nov 2007, 13:14
power mousey

you're welcome
its really no problem.
anytime...if I can help.