feat: add native lane separator style overrides

This commit is contained in:
2026-08-17 14:45:48 +08:00
parent 8409d2c6c3
commit bc045177a5
12 changed files with 150 additions and 9 deletions

View File

@@ -204,6 +204,9 @@ MATERIALS = {
"native_center_line_white": {"kind": "solid", "name": "Native Center Line White",
"color": (0.95, 0.94, 0.82), "roughness": 0.52,
"cesium": {"base_color": (0.95, 0.94, 0.82)}},
"native_lane_separator_yellow": {"kind": "solid", "name": "Native Lane Separator Yellow",
"color": (0.94, 0.58, 0.06), "roughness": 0.52,
"cesium": {"base_color": (0.94, 0.58, 0.06)}},
}