discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Wide angle camera

NH
nop head
Thu, Mar 5, 2015 11:40 PM

My assembly diagrams are all specifically posed so I will have to stick
with 2013.06 for building Mendel90.

On 5 March 2015 at 23:27, Marius Kintel marius@kintel.net wrote:

On Mar 5, 2015, at 17:56 PM, nop head nop.head@gmail.com wrote:

IIRC the previous change was just add 90 or something similar. Is there

programmatic way to get the same view?

No, we changed the camera parameters so that gimbal and vector cameras now
have the same field of view.
Camera handling is likely to change yet again when we get around to using
a real OpenGL framework.
..so using vector cameras, perhaps combined with --viewall and --autocenter
would be recommended.

-Marius


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

My assembly diagrams are all specifically posed so I will have to stick with 2013.06 for building Mendel90. On 5 March 2015 at 23:27, Marius Kintel <marius@kintel.net> wrote: > On Mar 5, 2015, at 17:56 PM, nop head <nop.head@gmail.com> wrote: > > > IIRC the previous change was just add 90 or something similar. Is there > programmatic way to get the same view? > > > No, we changed the camera parameters so that gimbal and vector cameras now > have the same field of view. > Camera handling is likely to change yet again when we get around to using > a real OpenGL framework. > ..so using vector cameras, perhaps combined with --viewall and --autocenter > would be recommended. > > -Marius > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
MK
Marius Kintel
Thu, Mar 5, 2015 11:46 PM

On Mar 5, 2015, at 18:40 PM, nop head nop.head@gmail.com wrote:

My assembly diagrams are all specifically posed so I will have to stick with 2013.06 for building Mendel90.

Note that the actual posing didn’t change, only the FOV, so you should be able to get very similar views by adjusting the distance.

-Marius

On Mar 5, 2015, at 18:40 PM, nop head <nop.head@gmail.com> wrote: > My assembly diagrams are all specifically posed so I will have to stick with 2013.06 for building Mendel90. > Note that the actual posing didn’t change, only the FOV, so you should be able to get very similar views by adjusting the distance. -Marius
NH
nop head
Fri, Mar 6, 2015 7:55 AM

I thought your last change put the FOV back to 45. Was it something
different in 2013.06?

I think there needs to be user control of the FOV to allow complete control
of the camera. Perhaps I can fake that with scale

On 5 March 2015 at 23:46, Marius Kintel marius@kintel.net wrote:

On Mar 5, 2015, at 18:40 PM, nop head nop.head@gmail.com wrote:

My assembly diagrams are all specifically posed so I will have to stick

with 2013.06 for building Mendel90.

Note that the actual posing didn't change, only the FOV, so you should be
able to get very similar views by adjusting the distance.

-Marius


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

I thought your last change put the FOV back to 45. Was it something different in 2013.06? I think there needs to be user control of the FOV to allow complete control of the camera. Perhaps I can fake that with scale On 5 March 2015 at 23:46, Marius Kintel <marius@kintel.net> wrote: > On Mar 5, 2015, at 18:40 PM, nop head <nop.head@gmail.com> wrote: > > > My assembly diagrams are all specifically posed so I will have to stick > with 2013.06 for building Mendel90. > > > Note that the actual posing didn't change, only the FOV, so you should be > able to get very similar views by adjusting the distance. > > -Marius > > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
NH
nop head
Fri, Mar 6, 2015 8:11 AM

Actually no, scale has no effect of perspective when you view it at a
distance to make the size the same.

On 6 March 2015 at 07:55, nop head nop.head@gmail.com wrote:

I thought your last change put the FOV back to 45. Was it something
different in 2013.06?

I think there needs to be user control of the FOV to allow complete
control of the camera. Perhaps I can fake that with scale

On 5 March 2015 at 23:46, Marius Kintel marius@kintel.net wrote:

On Mar 5, 2015, at 18:40 PM, nop head nop.head@gmail.com wrote:

My assembly diagrams are all specifically posed so I will have to stick

with 2013.06 for building Mendel90.

Note that the actual posing didn't change, only the FOV, so you should be
able to get very similar views by adjusting the distance.

-Marius


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Actually no, scale has no effect of perspective when you view it at a distance to make the size the same. On 6 March 2015 at 07:55, nop head <nop.head@gmail.com> wrote: > I thought your last change put the FOV back to 45. Was it something > different in 2013.06? > > I think there needs to be user control of the FOV to allow complete > control of the camera. Perhaps I can fake that with scale > > On 5 March 2015 at 23:46, Marius Kintel <marius@kintel.net> wrote: > >> On Mar 5, 2015, at 18:40 PM, nop head <nop.head@gmail.com> wrote: >> >> > My assembly diagrams are all specifically posed so I will have to stick >> with 2013.06 for building Mendel90. >> > >> Note that the actual posing didn't change, only the FOV, so you should be >> able to get very similar views by adjusting the distance. >> >> -Marius >> >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> > >
MK
Marius Kintel
Fri, Mar 6, 2015 4:44 PM

On Mar 6, 2015, at 02:55 AM, nop head nop.head@gmail.com wrote:

I thought your last change put the FOV back to 45. Was it something different in 2013.06?

In 2013.06 we didn’t use a FOV, but it was implicitly defined from window aspect ratio and some magic numbers, causing different types of cameras to have different FOVs.

Complete camera control is on the wishlist. Currently pending integration of a real OpenGL rendering framework.

-Marius

On Mar 6, 2015, at 02:55 AM, nop head <nop.head@gmail.com> wrote: > I thought your last change put the FOV back to 45. Was it something different in 2013.06? > In 2013.06 we didn’t use a FOV, but it was implicitly defined from window aspect ratio and some magic numbers, causing different types of cameras to have different FOVs. Complete camera control is on the wishlist. Currently pending integration of a real OpenGL rendering framework. -Marius
M
MichaelAtOz
Sat, Mar 7, 2015 12:05 AM

I don't know if it is official, but I found 2015.03 RC3 on the download list.

It has a camera issue of vastly (x4) different sizes when changing between
perspective & orthogonal.


Unless specifically shown otherwise above, my contribution is in the Public Domain; To the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/

View this message in context: http://forum.openscad.org/Wide-angle-camera-tp11548p11928.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

I don't know if it is official, but I found 2015.03 RC3 on the download list. It has a camera issue of vastly (x4) different sizes when changing between perspective & orthogonal. ----- Unless specifically shown otherwise above, my contribution is in the Public Domain; To the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ -- View this message in context: http://forum.openscad.org/Wide-angle-camera-tp11548p11928.html Sent from the OpenSCAD mailing list archive at Nabble.com.
MK
Marius Kintel
Sat, Mar 7, 2015 7:13 PM

On Mar 6, 2015, at 19:05 PM, MichaelAtOz oz.at.michael@gmail.com wrote:

It has a camera issue of vastly (x4) different sizes when changing between
perspective & orthogonal.

We’re ironing out the remaining fallout from improving the camera FOV stuff.
Will be fixed momentarily.

-Marius

On Mar 6, 2015, at 19:05 PM, MichaelAtOz <oz.at.michael@gmail.com> wrote: > > It has a camera issue of vastly (x4) different sizes when changing between > perspective & orthogonal. > We’re ironing out the remaining fallout from improving the camera FOV stuff. Will be fixed momentarily. -Marius