mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 23:34:57 -04:00
gobj: Fix TexturePeeker docstrings for filter_* being incorrect about wrapping
Fixes #1195
This commit is contained in:
parent
340dea5261
commit
2d77093398
@ -436,7 +436,7 @@ lookup_bilinear(LColor &color, PN_stdfloat u, PN_stdfloat v) const {
|
||||
* rectangle defined by the specified coordinate range.
|
||||
*
|
||||
* The texel color is linearly filtered over the entire region. u, v, and w
|
||||
* will wrap around regardless of the texture's wrap mode.
|
||||
* must be in the range [0, 1].
|
||||
*/
|
||||
void TexturePeeker::
|
||||
filter_rect(LColor &color,
|
||||
@ -464,7 +464,7 @@ filter_rect(LColor &color,
|
||||
* rectangle defined by the specified coordinate range.
|
||||
*
|
||||
* The texel color is linearly filtered over the entire region. u, v, and w
|
||||
* will wrap around regardless of the texture's wrap mode.
|
||||
* must be in the range [0, 1].
|
||||
*/
|
||||
void TexturePeeker::
|
||||
filter_rect(LColor &color,
|
||||
|
Loading…
x
Reference in New Issue
Block a user