mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
gobj: Fix some TexturePeeker docstrings
[skip ci]
This commit is contained in:
parent
46b7fc6ee2
commit
60cc334cd9
@ -361,7 +361,7 @@ lookup(LColor &color, PN_stdfloat u, PN_stdfloat v, PN_stdfloat w) const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Works like TexturePeeker::lookup(), but instead uv-coordinates integer
|
* Works like TexturePeeker::lookup(), but instead of uv-coordinates, integer
|
||||||
* coordinates are used.
|
* coordinates are used.
|
||||||
*/
|
*/
|
||||||
void TexturePeeker::
|
void TexturePeeker::
|
||||||
@ -372,7 +372,7 @@ fetch_pixel(LColor &color, int x, int y) const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Works like TexturePeeker::lookup(), but instead uv-coordinates integer
|
* Works like TexturePeeker::lookup(), but instead of uv-coordinates, integer
|
||||||
* coordinates are used.
|
* coordinates are used.
|
||||||
*/
|
*/
|
||||||
void TexturePeeker::
|
void TexturePeeker::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user