aalavandhaann / blueprint-js

The Javascript es6 version of the original furnishup/blueprint3d. Need some royalty free low poly models for the inventory. Can someone help me with this?
MIT License
493 stars 156 forks source link

needs CURVED Wall #67

Open delenzhang opened 3 years ago

delenzhang commented 3 years ago
// src/scripts/core/constants.js
export const WallTypes = Enum('STRAIGHT', 'CURVED');

I saw wallType can be CURVED, but i can't find how to draw a curved wall, This function is a must. Can you tell me if it is currently implemented and how it works Thanks