Download

Online

Gallery

Blog

  Index  | Recent Threads  | List Attachments  | Search
 Welcome Guest  |  Register  |  Login
Login Name  Password
 

Sweet Home 3D Forum



No member browsing this thread
Thread Status: Active
Total posts in this thread: 5
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 3795 times and has 4 replies Next Thread
jimass
Newbie




Joined: May 31, 2017
Post Count: 16
Status: Offline
Reply to this Post  Reply with Quote 
3D rendering - Where to change default settings

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.
[May 31, 2017, 10:53:07 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Puybaret
Expert
Member's Avatar

France
Joined: Nov 7, 2005
Post Count: 9141
Status: Offline
Reply to this Post  Reply with Quote 
Re: 3D rendering - Where to change default settings

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 developer
[May 31, 2017, 8:11:11 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
jimass
Newbie




Joined: May 31, 2017
Post Count: 16
Status: Offline
Reply to this Post  Reply with Quote 
Re: 3D rendering - Where to change default settings

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.
[Jun 1, 2017, 11:01:38 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
jimass
Newbie




Joined: May 31, 2017
Post Count: 16
Status: Offline
Reply to this Post  Reply with Quote 
Re: 3D rendering - Where to change default settings

Somebody can help me please?
[Jun 7, 2017, 8:27:08 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Puybaret
Expert
Member's Avatar

France
Joined: Nov 7, 2005
Post Count: 9141
Status: Offline
Reply to this Post  Reply with Quote 
Re: 3D rendering - Where to change default settings

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 developer
[Jun 7, 2017, 10:47:33 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Show Printable Version of Thread  Post new Thread

    Get Sweet Home 3D at SourceForge.net. Fast, secure and Free Open Source software downloads
   
© Copyright 2006-2024 eTeks - All rights reserved