OpenGLTexCoord 方法 |
| 名称 | 说明 | |
|---|---|---|
| TexCoord(Double) |
This function sets the current texture coordinates.
| |
| TexCoord(Double) |
This function sets the current texture coordinates.
| |
| TexCoord(Int16) |
This function sets the current texture coordinates.
| |
| TexCoord(Int16) |
This function sets the current texture coordinates.
| |
| TexCoord(Int32) |
This function sets the current texture coordinates.
| |
| TexCoord(Int32) |
This function sets the current texture coordinates.
| |
| TexCoord(Single) |
This function sets the current texture coordinates.
| |
| TexCoord(Single) |
This function sets the current texture coordinates. WARNING: if you
can call something more explicit, like TexCoord2f then call that, it's
much faster.
| |
| TexCoord(Double, Double) |
This function sets the current texture coordinates.
| |
| TexCoord(Int16, Int16) |
This function sets the current texture coordinates.
| |
| TexCoord(Int32, Int32) |
This function sets the current texture coordinates.
| |
| TexCoord(Single, Single) |
This function sets the current texture coordinates.
| |
| TexCoord(Double, Double, Double) |
This function sets the current texture coordinates.
| |
| TexCoord(Int16, Int16, Int16) |
This function sets the current texture coordinates.
| |
| TexCoord(Int32, Int32, Int32) |
This function sets the current texture coordinates.
| |
| TexCoord(Single, Single, Single) |
This function sets the current texture coordinates.
| |
| TexCoord(Double, Double, Double, Double) |
This function sets the current texture coordinates.
| |
| TexCoord(Int16, Int16, Int16, Int16) |
This function sets the current texture coordinates.
| |
| TexCoord(Int32, Int32, Int32, Int32) |
This function sets the current texture coordinates.
| |
| TexCoord(Single, Single, Single, Single) |
This function sets the current texture coordinates.
|