GLG Toolkit, Java Class Library  Version 4.6
GlgZSortType

Specifies Z-sort type for hidden surface removal. More...

Detailed Description

Specifies Z-sort type for hidden surface removal.

Constants

static final int ZS_BY_PARENT = 3
 ZSort type constant. More...
 
static final int ZS_INHERIT = 0
 ZSort type constant. More...
 
static final int ZS_NO = 2
 ZSort type constant. More...
 
static final int ZS_NO_GDI = 5
 ZSort type constant. More...
 
static final int ZS_SPECIAL = 4
 ZSort type constant. More...
 
static final int ZS_YES = 1
 ZSort type constant. More...
 

Variable Documentation

◆ ZS_BY_PARENT

final int ZS_BY_PARENT = 3
static

ZSort type constant.

◆ ZS_INHERIT

final int ZS_INHERIT = 0
static

ZSort type constant.

◆ ZS_NO

final int ZS_NO = 2
static

ZSort type constant.

◆ ZS_NO_GDI

final int ZS_NO_GDI = 5
static

ZSort type constant.

◆ ZS_SPECIAL

final int ZS_SPECIAL = 4
static

ZSort type constant.

◆ ZS_YES

final int ZS_YES = 1
static

ZSort type constant.