Tao.OpenGl SDK Documentation
Gl.glTexCoord2fColor3fVertex3fSUN Method
[Visual Basic]
Public Shared Sub glTexCoord2fColor3fVertex3fSUN( _
ByVal
s
As
Single
, _
ByVal
t
As
Single
, _
ByVal
r
As
Single
, _
ByVal
g
As
Single
, _
ByVal
b
As
Single
, _
ByVal
x
As
Single
, _
ByVal
y
As
Single
, _
ByVal
z
As
Single
_
)
[C#]
public static
void
glTexCoord2fColor3fVertex3fSUN(
float
s
,
float
t
,
float
r
,
float
g
,
float
b
,
float
x
,
float
y
,
float
z
);
See Also
Gl Class
|
Tao.OpenGl Namespace