Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: heavygunner on September 16, 2018, 07:32:42 PM

Title: Creating Endless Road with Playmaker
Post by: heavygunner on September 16, 2018, 07:32:42 PM
Hi !

I finally able to create an STRAIGHT endless road by repeating the qube tiles in a loop.

But, How to make an Endless Road like this with curves?
Please watch this video. Watch minimum 30 seconds to get the point.

I couldn't figure out the logic. Just give me basic hint, I will dig and research more.

Thanks  8)
Title: Re: Creating Endless Road with Playmaker
Post by: jeanfabre on September 21, 2018, 02:51:09 AM
Hi,

 each road blocks must have two handles, the start and end position and rotation.

 when you want to add your next block, you will link them by there handles. And so these handles do not need to be straight, they only need to be standardized, any block start handle must be able to connect seamlessly with the end handle of any other blocks.

 you can create families of blocks of course depending on the source configurations.

Bye,

 Jean