Home
last modified time | relevance | path

Searched refs:isvrml1 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/
H A DSoCreaseAngleElement.cpp113 SoCreaseAngleElement::get(SoState * const state, const SbBool isvrml1) in get() argument
116 return val < 0.0f ? SoCreaseAngleElement::getDefault(isvrml1) : val; in get()
137 SoCreaseAngleElement::getDefault(const SbBool isvrml1) in getDefault() argument
139 return isvrml1 ? 0.5f : 0.0f; in getDefault()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/elements/
H A DSoCreaseAngleElement.h54 static float get(SoState * const state, const SbBool isvrml1);
56 static float getDefault(const SbBool isvrml1);