xeokit/xeokit-bim-viewer

CANNOT rotate my IFC objects

cactm08062 opened this issue · 1 comments

var CT722 = viewer.scene.objects["3iqvSx__L7LuwWnzJeW$0t"];

viewer.scene.on("tick" , function(){

viewer.scene.setObjectsHighlighted(["3iqvSx__L7LuwWnzJeW$0t"], true);

CT722.rotateY(0.3);

});

It shows : Uncaught TypeError: CT722.rotateY is not a function