Talk:Cube mapping

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Environment mapping?[edit]

Cubemaps can be used for a lot more than just environment mapping. So why is the first line of this article say that they're used for environment maps? Or perhaps there needs to be an article specifically on cubemaps (the type of texture), which is separate from environment mapping with a cubemap, which is what this article is talking about.Korval (talk) 23:10, 22 February 2012 (UTC)[reply]

How are cube maps not view-dependent?[edit]

From the 'Advantages' section:

Sphere mapping is view dependent meaning that a different texture is necessary for each viewpoint. Therefore, in applications where the viewpoint is mobile, it would be necessary to dynamically generate a new sphere mapping for each new viewpoint (or, to pre-generate a mapping for every viewpoint).

And the 'Disadvantages' section:

If a new object or new lighting is introduced into scene or if some object that is reflected in it is moving or changing in some manner, then the reflection changes and the cube map must be re-rendered. When the cube map is affixed to an object that moves through the scene then the cube map must also be re-rendered from that new position.

These seem to directly contradict each other. The 'Advantages' section is implying that view-dependency is a failing unique to sphere maps, and thus cube maps do not have that characteristic. The 'Disadvantages' section says they do. From my understanding of the technique, I don't see how a cube map is in any way less viewpoint-dependent than a sphere map. Is there any credence to this claim or should it be removed from 'Advantages'? Walkersam (talk) 17:12, 10 October 2016 (UTC)[reply]

One word or two?[edit]

Is the correct term "cube map" or "cubemap"? The first page of these Google results indicate that it could go either way. SharkD  Talk  06:35, 9 March 2017 (UTC)[reply]

Compare "cube map" (97,700 hits) with "cubemap" (268,000 hits). SharkD  Talk  06:39, 9 March 2017 (UTC)[reply]

External links modified[edit]

Hello fellow Wikipedians,

I have just modified 7 external links on Cube mapping. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 06:20, 15 August 2017 (UTC)[reply]

How are cubemaps rendered in only a single pass?[edit]

In the section listing the advantages and disadvantages of cubemaps versus other alternatives, it says that cubemaps can be rendered in only one pass while dual paraboloid maps require two-yet every program I have ever used and every other source I have read has stated that cubemaps require six rendering passes, one for each face. Rlin8910 (talk) 22:24, 9 May 2018 (UTC)[reply]