hi
I took this great work and changed it slightly. But I have problems with it.
My changes:
- transscripted to Java 1.5
- added multi-canvas support
- eliminated the need for this Impl class
- renamed these renderPass methods to renderOnce so that they better fit into the familiar View class usage
My problem is the “canvasPeerImpl.setDisableClearBuffer(forceClearBuffer);” call. (Strange! I didn’t modify this line.) If I leave this line, rendering flickers with more than one RenderPass. If I use it, rendering seems to stand still. But actually it seems to be some other problem.
Could someone please look at the code and help me. Just use it with the slightly changed MultipassTest class.
so long,
Qudus
By the way. Can someone with writerights to xith core please activate the getAllCanvas3Ds() method on the View class. I think one has to switch from ArrayList To Vector or something like that for the list containing the Canvas3Ds.