Test to add building

This commit is contained in:
2024-06-24 23:17:44 +02:00
parent 8a3909c12f
commit a364c7809c
28 changed files with 104 additions and 49 deletions

View File

@@ -13,6 +13,8 @@ from scipy.ndimage import gaussian_filter1d
import numpy as np
import random
from PIL import Image
class Road:
def __init__(self, coordinates: List[Point3D], width: int):