load .CSm (Cartography Shop Map)

Blitz3D Forums/Blitz3D Programming/load .CSm (Cartography Shop Map)

Hi
I find the Singularity sample
but her source-code is incomplete
I want load .csm files made in Cshop
because I have a big map with more than 5 mb of size
and when I export this map to .b3d format
I can´t get to load this .b3d file with the comand line
city=LoadMesh("city.b3d") ; map with 5 mb !
because return a error ! (Memory acess violation!)
but when I use a .b3d map file with 2.5 mb
load normally

please help me

Try LoadAnimMesh().

no
it´s wrong

In what way?

you need to use LoadAnimMesh

I go to use a MAP in .b3d format
with 5 /6 MB of size and a large number of textures files
the comand LoadAnimMesh is only to use for entity
animated models
the comand LoadAnimMess don´t load the textures

It does for me. You need to check that the texture names are correct and that they are in the same directory as the B3D file.

LoadAnimMesh() is used to load any mesh where you want retain the structure. LoadMesh() flattens the structure.

It even says this in the manual:
LoadMesh()

Ok
but is very hard to load .b3d files like a map
because the fps are very low
using the LoadAnimMesh() comand
how I load .csm files (Cshop Maps)?
I need a example in .bb
please help me...