Is it possible to make a train without modelling or taking online?

Hello!
Im wondering if it’s possible to make a train with planes with chairs/tables (Very long train) But without modelling or getting it online?

Hi @Gabriel_Dobrzynski,

I’d say yes, a simple train model using primitives (boxes, spheres, cones etc.) can be modelled inside PlayCanvas.

1 Like

Thanks :sweat_smile: this is going to take a very long time

1 Like

I think it doesn’t have to take that long. You can make one wagon and then copy it and adjust it if necessary. You can also make a template of the first wagon and use that template. With a template you can apply a change from one wagon on all other wagons.

https://developer.playcanvas.com/en/user-manual/templates

1 Like

You might be better off using something like this: https://blockbench.net/

4 Likes

I made all my maps from primitives. If the map grows bigger you should think about LOD or groups to reduce draw calls. A map without models can rapidly grow into a very slow map with long loading times and low frame rate.
This just a warning to be aware, I love box-maps … really everything is easy accessable and they musn’t look bad…

1 Like

you can always enable batching to drop down the draw calls … assuming you’re sharing materials between the primitives.

2 Likes