Can somebody tell me where to find details about rendering in sweet home 3D? It is for educational purposes and I need deeper explanation of how it works.
As far as I understood, Sunflow is used for level 3 and level 4 quality. What about level 1 and 2?
Which parameters are passed to Sunflow in level 3 and 4 and which shaders are used?
Details about rendering engine
This topic has been viewed 4182 times and has 1 replies
Re: Details about rendering engine
Hi nasevz
You can find all your answers in PhotoRenderer.java[1]; specially the constructor
and
As for levels 1 and 2, you can start by PhotoPanel.java[2], specially
[1]http://sweethome3d.cvs.sourceforge.net/ ... iew=markup
[2]http://sweethome3d.cvs.sourceforge.net/ ... iew=markup
You can find all your answers in PhotoRenderer.java[1]; specially the constructor
Code: Select all
public PhotoRenderer(Home, Object3DFactory, Quality)
Code: Select all
public void render(BufferedImage, Camera, ImageObserver)
Code: Select all
private void computePhoto(Home home)
[2]http://sweethome3d.cvs.sourceforge.net/ ... iew=markup
Who is online
Users browsing this forum: No registered users and 1 guest