LineSmoothEnable
LineSmoothEnable – 3D API line smooth enable
LineSmoothEnable = bool(enable)
enable: true, false
Set the OpenGL or Direct3D line smooth enable. See the GL_LINE_SMOOTH
description on the OpenGL glEnable manual page for details. See the
D3DRS_ANTIALIASEDLINEENABLE render state description for DirectX 9.The standard reset callback sets the LineSmoothEnable state to
bool(false).OpenGL 1.0
DirectX 9
Read more here: Source link
