Hi, I'm using ObjectContainer3D for creation of the group of objects. When I'm adding a Child in Consturtor's parametres: cube = new ObjectContainer3D(cubes[0], cubes[1], cubes[2], cubes[3], cubes[4]); all the objects append right . (cubes — is an Arryay of Object3d) But if I use cube.addChild (cubes[i]) or cube.addChildren (cubes) or pass cubes Array in constructor directly: cube = new ObjectContainer3D(cubes); I do not see anything in the rendered scene. Perhaps there is an error in the ObjectContainer3D source code or I do somthing wrong ?
version 3.3.3
