• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Gripes & Grumbles v
« Previous 1 2 3 4 5 6 … 8 Next »
The sugestion of Camera Settings

 
  • 0 Vote(s) - 0 Average
The sugestion of Camera Settings

micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,681
Threads: 185
Joined: Jun 2012
#5
09-16-2016, 07:37 PM
By adding the preview option to the camera dialog I realize that some extra data are necessary to make it work fine with those two extra negative format I added:
Quote: [{"24x36 [3:2]" ,{24,36}},
{"34x60 [16:9]",{34,60}},
{"45x60 [4:3]" ,{45,60}},

{"60x60 [1:1]" ,{60,60}},
{?__(4,"Custom"),custom}],

I have not idea about which values in the code bellow I have to add for these two new options:
Code:
camera_lens_length({34,60}, LensType) ->
    float(case LensType of
              ???
      end);
camera_lens_length({45,60}, LensType) ->
    float(case LensType of
              ???
      end);
camera_lens_length({24,36}, LensType) ->
    float(case LensType of
          wide_angle      -> 24;
          moderate_wide_angle -> 35;
          standard          -> 50;
          short_tele      -> 85;
          tele          -> 135
      end);
camera_lens_length({60,60}, LensType) ->
    float(case LensType of
          wide_angle      -> 40;
          moderate_wide_angle -> 60;
          standard          -> 80;
          short_tele      -> 150;
          tele          -> 250
      end);

Do you have any idea?
[Image: tw.png] @MicheusVieira [Image: yt.png] @MicheusVieira [Image: da.png] Micheuss [Image: ig.png] micheus4wings3d
* Wings3D Team stands for: Björn and Dan
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
The sugestion of Camera Settings - by tkbd - 09-13-2016, 03:04 PM
RE: The sugestion of Camera Settings - by micheus - 09-13-2016, 09:02 PM
RE: The sugestion of Camera Settings - by tkbd - 09-15-2016, 12:07 PM
RE: The sugestion of Camera Settings - by micheus - 09-15-2016, 02:09 PM
RE: The sugestion of Camera Settings - by micheus - 09-16-2016, 07:37 PM
RE: The sugestion of Camera Settings - by Ratmapper - 09-16-2016, 11:03 PM
RE: The sugestion of Camera Settings - by micheus - 09-19-2016, 05:10 PM
RE: The sugestion of Camera Settings - by Ratmapper - 09-23-2016, 06:13 PM
RE: The sugestion of Camera Settings - by micheus - 09-23-2016, 06:21 PM
RE: The sugestion of Camera Settings - by oort - 09-23-2016, 11:11 PM
RE: The sugestion of Camera Settings - by tkbd - 09-24-2016, 01:04 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode