in the render method of com.eteks.sweethome3d.j3d.PhotoRenderer class.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator
Joined: Oct 16, 2012
Post Count: 20
Status:
Offline
Re: Rendering Threads
I noticed yesterday that my machine was totally swamped with java processes while doing photo rendering. Sometimes I want to do other tasks concurrently, so changing the number of render threads would be useful.
I didn't look at the code that closely, but does the photoRenderer automatically create a render thread for each processor on the system? So if I had a 16-processor machine, it would generate 16 render threads?