javascript - ThreeJS : CSG (Wrapper?) -


i've been using standalone threecsg.js (https://github.com/chandlerprall/threecsg) create different shapes i'm having errors occur shapes i'm trying create: maximum call stack exceeded.

it seems repo not being updated tried csg-wrapper (https://github.com/kraag22/csg-wrapper) creates shapes without problems heavily outdated three.js.

is there other csg library can use? or 1 wrapper csg (https://github.com/evanw/csg.js) up-to-date ?

my 2 reports on repos:

https://github.com/kraag22/csg-wrapper/issues/3 https://github.com/chandlerprall/threecsg/issues/23


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -