Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ depthRange
Method
depthRange
source/globjects/source/AbstractState.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void AbstractState::depthRange(const GLdouble nearVal, const GLdouble farVal)
92
{
93
add(new StateSetting(glDepthRange, nearVal, farVal));
94
}
95
96
void AbstractState::depthRange(const GLfloat nearVal, const GLfloat farVal)
97
{
Callers
1
currentState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected