TheDuckCow / godot-road-generator

A godot plugin for creating 3D highways and streets.
MIT License
328 stars 17 forks source link

Changing the curve bezier size via gizmo doesn't respect lowpoly #10

Closed TheDuckCow closed 1 year ago

TheDuckCow commented 1 year ago

Right now if you have the lowpoly setting enabled, the road segments will generate in a way with a lower density of loops. This way, while moving RoadPoints around, a lower density model is generated in realtime to keep it snappy while in the editor, but on release it regenerates the full version.

However, right now changing the curve via the gizmo seems to not respect the low poly flag, and always realtime update with the full density model. See the video attached:

https://user-images.githubusercontent.com/2958461/196618839-7c483aa1-fa43-443b-bdc7-623eace4973a.mp4