Relative Content

Tag Archive for asp.netthree.js

Build a tree with branches in threejs with Dotnet

I am trying to build tree that you look like picture below with threejs and dotnet which has one main branch, can many branches attached to it the children branches can have many children or branches added to it, the branches are placed left or right. My code is working fine until I start adding more branches to the children. Any assistance shifting the X position properly after a new item is added to any children.
My code is as follow.