Page 1 of 1

Importing Map Geometry?

Posted: July 2nd, 2010, 5:46 pm
by tofugames
Hi, I know it is possible to export map geometry to an obj file.. but I was wondering if there is a way to import map geometry? I 've made 2D games for a long time, and decided to make the jump to 3D, and would like to use sandbox and/or the Cube 2 Engine.. but I am not sure if it is possible to import or use an already made model for the map geometry.. And if not.. if there is a quick way to make random generated terrain? Thanks.

~~Tofugames

Re: Importing Map Geometry?

Posted: July 2nd, 2010, 10:21 pm
by Hirato
you can import the models as standard mapmodels, but we would not recommend it. firstly the collision detection isn't adequate and secondly it'd just look horrible.

the closest we have to random terrain is the noise heightmap brush; give it a try

Re: Importing Map Geometry?

Posted: July 2nd, 2010, 11:21 pm
by tofugames
Oh, okay. So the map geometries for village and the train map were both created by hand in sandbox?

Re: Importing Map Geometry?

Posted: July 3rd, 2010, 1:33 am
by Hirato
is short? yes

Re: Importing Map Geometry?

Posted: July 3rd, 2010, 10:29 am
by tofugames
Okay. So one more quick question; Is there a good 'method' to go about using to create a terrain similar to the terrain in village?

Re: Importing Map Geometry?

Posted: July 3rd, 2010, 11:40 am
by siimvuss
Yes, make your gridsize a bit bigger and then fly above your ground, make sure no cubes are selected, press H and start scrolling :P

Re: Importing Map Geometry?

Posted: July 3rd, 2010, 12:23 pm
by Hirato
be careful, heightfield mode has a tendency to destroy materials and assorted hand crafted geometry, in additional the resulting geometry is quite rough. You might want to consider utilising the smooth brush (B + SCROLL) once you're done

Re: Importing Map Geometry?

Posted: July 3rd, 2010, 12:38 pm
by tofugames
Thanks Guys! :D It's working just the way I need it to!