Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Importing Map Geometry?

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
tofugames
Member
Member
Posts: 4
Joined: July 2nd, 2010, 5:40 pm

Importing Map Geometry?

Post 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
Hirato
Developer
Developer
Posts: 689
Joined: May 30th, 2009, 1:23 pm
IRC Username: hirato

Re: Importing Map Geometry?

Post 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
This is not a url, clicking it is pointless
tofugames
Member
Member
Posts: 4
Joined: July 2nd, 2010, 5:40 pm

Re: Importing Map Geometry?

Post by tofugames »

Oh, okay. So the map geometries for village and the train map were both created by hand in sandbox?
Hirato
Developer
Developer
Posts: 689
Joined: May 30th, 2009, 1:23 pm
IRC Username: hirato

Re: Importing Map Geometry?

Post by Hirato »

is short? yes
This is not a url, clicking it is pointless
tofugames
Member
Member
Posts: 4
Joined: July 2nd, 2010, 5:40 pm

Re: Importing Map Geometry?

Post 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?
siimvuss
Member
Member
Posts: 410
Joined: August 19th, 2009, 1:27 am
Name: S
IRC Username: S
Location: Estonia

Re: Importing Map Geometry?

Post 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
Hirato
Developer
Developer
Posts: 689
Joined: May 30th, 2009, 1:23 pm
IRC Username: hirato

Re: Importing Map Geometry?

Post 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
This is not a url, clicking it is pointless
tofugames
Member
Member
Posts: 4
Joined: July 2nd, 2010, 5:40 pm

Re: Importing Map Geometry?

Post by tofugames »

Thanks Guys! :D It's working just the way I need it to!
Locked