POV-Ray : Newsgroups : povray.binaries.images : Anaglyph (red/cyan), Multi-meter Server Time
31 Jul 2024 00:34:29 EDT (-0400)
  Anaglyph (red/cyan), Multi-meter (Message 1 to 4 of 4)  
From: StephenS
Subject: Anaglyph (red/cyan), Multi-meter
Date: 30 Nov 2010 23:40:01
Message: <web.4cf5d0e63afb204dc97292ca0@news.povray.org>
A mostly gray scale anaglyph viewable with red/cyan 3d glasses.

A small cheap (money/biuld quality) electrical multi-meter. All I wanted was a
thermal couple for temperature and maybe a battery tester.

The labeling still needs some work, then I'll change it into an object/pattern
and project it onto the front. I've used a matrix-shear to angle the sides, too
much I think.

Comments welcome:

Stephen S


Post a reply to this message


Attachments:
Download 'multi_meter_small_c.png' (364 KB)

Preview of image 'multi_meter_small_c.png'
multi_meter_small_c.png


 

From: Kenneth
Subject: Re: Anaglyph (red/cyan), Multi-meter
Date: 2 Dec 2010 01:50:01
Message: <web.4cf740e2e643523c196b08580@news.povray.org>
"StephenS" <nomail@nomail> wrote:

> The labeling still needs some work, then I'll change it into an object/pattern
> and project it onto the front. I've used a matrix-shear to angle the sides, too
> much I think.
>

Nice! The side angles look quite good to me.

I've never used matrix before; I thought it 'globally' sheared an object in only
*one* direction.  Yet your model shows a shear that's essentially toward an
apex--all four sides of a box converging to a point, so to speak. Am I right? If
so, that's fascinating. Could you perhaps give a small code example of how to do
that?

Ken


Post a reply to this message

From: StephenS
Subject: Re: Anaglyph (red/cyan), Multi-meter
Date: 2 Dec 2010 06:40:00
Message: <web.4cf784f8e643523c42a225cd0@news.povray.org>
"Kenneth" <kdw### [at] earthlinknet> wrote:
....
> I've never used matrix before; I thought it 'globally' sheared an object in only
> *one* direction...
Yes.
I've divided the model up into corners and sides with overlap:-)
For one of the corners:
 matrix <1,0,0,
         .08,1,.08,
         0,0,1,
         0,0,0>
In my non tecnical mind, I've taken the y axis (second row) and leaned it in the
x (first column) and z (last column).

Matrix is my friend, and we regularly share the joy of pov ;-)

Stephen S


Post a reply to this message

From: Kenneth
Subject: Re: Anaglyph (red/cyan), Multi-meter
Date: 2 Dec 2010 18:10:01
Message: <web.4cf82665e643523c196b08580@news.povray.org>
"StephenS" <nomail@nomail> wrote:
> "Kenneth" <kdw### [at] earthlinknet> wrote:
> ....
> > I've never used matrix before; I thought it 'globally' sheared an object in
> > only *one* direction...

> Yes.
> I've divided the model up into corners and sides with overlap:-)

Aha! Interesting, nonetheless. And thanks for the matrix clue.

BTW, I think the labels on the voltmeter look quite nice as they are.

Ken


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.