March 05, 2021, 07:14:09 AM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Like stats
Home
Forum
Help
Search
Gallery
Login
Register
SyntaxBomb - Indie Coders
»
Languages & Coding
»
Blitz Code Archives
»
Graphics
»
[bmx] SetDrawMode by rdodson41 [ 1+ years ago ]
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: [bmx] SetDrawMode by rdodson41 [ 1+ years ago ] (Read 410 times)
BlitzBot
Jr. Member
Posts: 1
Total likes: 0
[bmx] SetDrawMode by rdodson41 [ 1+ years ago ]
«
on:
June 29, 2017, 12:28:41 AM »
Title :
SetDrawMode
Author :
rdodson41
Posted :
1+ years ago
Description :
Sets the polygon drawing mode to filled, outlined, or outlined by points.
Code :
Code: BlitzMax
Const
DRAW_POINT:
Int
= GL_POINT
Const
DRAW_LINE:
Int
= GL_LINE
Const
DRAW_FILL:
Int
= GL_FILL
Function
SetDrawMode
(
mode:
Int
)
glPolygonMode
(
GL_FRONT_AND_BACK, mode
)
EndFunction
Comments :
none...
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
SyntaxBomb - Indie Coders
»
Languages & Coding
»
Blitz Code Archives
»
Graphics
»
[bmx] SetDrawMode by rdodson41 [ 1+ years ago ]
SimplePortal 2.3.6 © 2008-2014, SimplePortal