If we do
ModelFinish.initScene(scene);
we initialize scene of ModelFinish.js. That works fine.
Is there any way how to get object ModelFinish from document ?
is there any way similar like this
so as maybe var objModel = document.getObject"ModelFInish") and then initilization object objModel.initScene(scene) ???
Greetings
Ian