点击或拖拽改变大小

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.
Top
参见