load .CSm (Cartography Shop Map)

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

Agoeiro(Posted 2003) [#1]
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


Beaker(Posted 2003) [#2]
Try LoadAnimMesh().


Agoeiro(Posted 2003) [#3]
no
itīs wrong


Warren(Posted 2003) [#4]
In what way?


TheMan(Posted 2003) [#5]
you need to use LoadAnimMesh


Agoeiro(Posted 2003) [#6]
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


Warren(Posted 2003) [#7]
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.


Beaker(Posted 2003) [#8]
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()


Agoeiro(Posted 2003) [#9]
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...