Is there a way to tell when the object has finished rendering? I know there is a progress bar in one of the examples, but i am looking for a simple & non-convoluted example. I have looked through the loader i am using (OBJMTLLoader) and the renderer (WebGLRenderer) and i have not noticed a simple
renderer.complete(function(){ CODE HERE });
or similar for the loader(s). I want to for example throw up an alert when all objects are completely rendered.
Thanks in advance.