blitz 3d Load problems
Blitz3D Forums/Blitz3D Beginners Area/blitz 3d Load problems
| ||
Im trying to load a .b3d level i did in maplet onto blitz 3d but all the load commands only load .md2 .x and .3ds what command should i use to load my level in? |
| ||
Support for b3d file format was a relatively recent addition (more recent than the version you get by default anyway.) Make sure to download the latest update by clicking on "Account" (top of the screen) and then going to "Product Updates." |
| ||
Thanks! |
| ||
it still dosent work |
| ||
Did you apply a texture to the level before you exported it? |
| ||
it just dosent support .b3d for some reson |
| ||
There's no separate command for loading b3d models. You just use LoadMesh or LoadAnimMesh as for 3ds and x models. Assuming you have installed the latest update Blitz should load b3d models just fine. If your model doesn't load several likely culprits include that the model is not in the correct directory and that you misspelled the filename in your code. Incidentally, you should be more specific. For example, what exactly happens when you try to load a b3d model? Do you get an error message and if so what is the message? |
| ||
i fixd the problem the .b3d on in the file name was wrong thanks guys! |