notchris / noteditor

A simple multi-platform 3D editor built with threejs / webgl.
https://notchris.net/noteditor
11 stars 1 forks source link

GolfMap Logical Placements #15

Open circuitbone opened 4 years ago

circuitbone commented 4 years ago

Every map has a start and end location.

The editor will place these on the green layer

Denoted as cubes red and green so the editor user can move them.

These locations have a terrain rules of thumb

Green Layer

Achieve this with a radial circle selection of the array data. Using a radius of painting from a central point you can apply different textures or vertice colours to the maps.

This is updated when the two objects that denote the locations are moved