3D rendering - Where to change default settings

This topic has been viewed 5147 times and has 4 replies
Thread status: Active
Still a problem with your graphic card? [img]http://www.sweethome3d.com/images/flags/en_small.gif[/img]
Post Reply New Topic
jimass
Posts: 17
Joined: Wed May 31, 2017 10:47 am

3D rendering - Where to change default settings

Post by jimass »

Hi, can you send me path, where to find file with Photo create setting. So every time when I will be rendering 3d photo there will be my options. For example width 1680px height 1120px, Time 5.30pm etc.

Thank you.
User avatar
Puybaret
Posts: 9440
Joined: Mon Nov 07, 2005 12:00 pm
Country: Paris, France
Contact:

Re: 3D rendering - Where to change default settings

Post by Puybaret »

The default value of this parameters are directly set in the program : in HomeEnvironment class for photo width and height, and in Camera class for the time.
So, if you know a little Java and how to build a program from its source code, you can change these settings with no problem, otherwise I fear it won't be possible.
Emmanuel Puybaret, Sweet Home 3D creator
jimass
Posts: 17
Joined: Wed May 31, 2017 10:47 am

Re: 3D rendering - Where to change default settings

Post by jimass »

Thank you! I'm not very good in java but I changed size of photo and time to 17:30. Can you pls advice me how to change date from actuall date to for example 15 July. Also I need uncheck Aplly proportions and Add celing light.


private static long midday() {
Calendar midday = new GregorianCalendar(TimeZone.getTimeZone("UTC"));
midday.set(Calendar.HOUR_OF_DAY, 17);
midday.set(Calendar.MINUTE, 30);
midday.set(Calendar.SECOND, 0);
midday.set(Calendar.MILLISECOND, 0);
return midday.getTimeInMillis();


Thank you very much.
jimass
Posts: 17
Joined: Wed May 31, 2017 10:47 am

Re: 3D rendering - Where to change default settings

Post by jimass »

Somebody can help me please?
User avatar
Puybaret
Posts: 9440
Joined: Mon Nov 07, 2005 12:00 pm
Country: Paris, France
Contact:

Re: 3D rendering - Where to change default settings

Post by Puybaret »

I gave you the idea last time. Changing the date is about learning to use GregorianCalendar API and the other settings can be found in the code just by searching their name. Good luck!
Emmanuel Puybaret, Sweet Home 3D creator
Post Reply New Topic

Who is online

Users browsing this forum: No registered users and 1 guest