|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
If I apply an image_map to an ellipsoid using map_type 1, will the
effect be like what is pictured? (See attachment.)
Mike
Post a reply to this message
Attachments:
Download 'cone_of_latitude_mono_uvmap.png' (38 KB)
Preview of image 'cone_of_latitude_mono_uvmap.png'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 24.07.2018 um 02:51 schrieb Mike Horvath:
> If I apply an image_map to an ellipsoid using map_type 1, will the
> effect be like what is pictured? (See attachment.)
Yes.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 7/24/2018 3:54 AM, clipka wrote:
> Am 24.07.2018 um 02:51 schrieb Mike Horvath:
>> If I apply an image_map to an ellipsoid using map_type 1, will the
>> effect be like what is pictured? (See attachment.)
>
> Yes.
>
Next obvious question: Is there a way to tweak the map and make it
conform to an ellipsoid? E.g. perpendicular to the ellipsoid's tangents?
Mike
Post a reply to this message
Attachments:
Download 'cone_of_latitude_mono_uvmap_b.png' (52 KB)
Preview of image 'cone_of_latitude_mono_uvmap_b.png'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 24.07.2018 um 10:30 schrieb Mike Horvath:
> On 7/24/2018 3:54 AM, clipka wrote:
>> Am 24.07.2018 um 02:51 schrieb Mike Horvath:
>>> If I apply an image_map to an ellipsoid using map_type 1, will the
>>> effect be like what is pictured? (See attachment.)
>>
>> Yes.
>>
>
> Next obvious question: Is there a way to tweak the map and make it
> conform to an ellipsoid? E.g. perpendicular to the ellipsoid's tangents?
You can scale the pigment. If you scale it vertically by the quotient of
the ellipsoid's minor and major diameters d/D (or if you create the
object as a pigmented sphere and then turn it into an ellipsoid by
scaling), you'll get the same effect as projecting from the sphere to
the ellipsoid vertically.
If you scale it vertically by a factor somewhere between 1 and d/D,
you'll get other projections from sphere to ellipsoid, though I'm not
sure if any one of them happens to match the projection you've depicted.
If all else fails, you can roll your own projection by using the new
`user_defined` pattern, and employ functions that fetch their values
from suitable locations in the original image map (via the pattern
function mechanism).
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I screwed up the last drawing unfortunately. I will post another later.
On 7/24/2018 4:55 AM, clipka wrote:
> If all else fails, you can roll your own projection by using the new
> `user_defined` pattern, and employ functions that fetch their values
> from suitable locations in the original image map (via the pattern
> function mechanism).
>
I will check the docs as that looks interesting.
Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 24.07.2018 um 11:23 schrieb Mike Horvath:
> I screwed up the last drawing unfortunately. I will post another later.
A propos:
https://youtu.be/xdIjYBtnvZU
Maybe that geometric property might be of use to you.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Here are all three images again.
On 7/24/2018 5:45 AM, clipka wrote:
> Am 24.07.2018 um 11:23 schrieb Mike Horvath:
>> I screwed up the last drawing unfortunately. I will post another later.
>
> A propos:
>
> https://youtu.be/xdIjYBtnvZU
>
> Maybe that geometric property might be of use to you.
>
I will watch this in the morning. Thanks!
Mike
Post a reply to this message
Attachments:
Download 'cone_of_latitude_mono_uvmap_a.png' (45 KB)
Download 'cone_of_latitude_mono_uvmap_b.png' (52 KB)
Download 'cone_of_latitude_mono_uvmap_c.png' (40 KB)
Preview of image 'cone_of_latitude_mono_uvmap_a.png'
Preview of image 'cone_of_latitude_mono_uvmap_b.png'
Preview of image 'cone_of_latitude_mono_uvmap_c.png'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 7/24/2018 4:55 AM, clipka wrote:
> If all else fails, you can roll your own projection by using the new
> `user_defined` pattern, and employ functions that fetch their values
> from suitable locations in the original image map (via the pattern
> function mechanism).
So, I can alter the original image map (the bitmap featuring continents,
oceans, etc.) in this manner?
Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |