Home
last modified time | relevance | path

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

/dports/graphics/Coin/coin-Coin-4.0.0/src/actions/
H A DSoToVRMLAction.cpp141 this->bsptreetex = NULL; in SoToVRMLActionP()
182 SbBSPTree * bsptreetex; member in SoToVRMLActionP
595 if (dotex) this->bsptreetex = new SbBSPTree; in init_gen()
631 n = thisp->bsptreetex->numPoints(); in post_primitives_cb()
635 SbVec3f p = thisp->bsptreetex->getPoint(i); in post_primitives_cb()
652 delete thisp->bsptreetex; thisp->bsptreetex = NULL; in post_primitives_cb()
679 assert(thisp->bsptreetex); in triangle_cb()
681 thisp->texidx->append(thisp->bsptreetex->addPoint(SbVec3f(tc[0], tc[1], 0.0f))); in triangle_cb()
H A DSoToVRML2Action.cpp322 this->bsptreetex = NULL; in init()
391 SbBSPTree * bsptreetex; member in SoToVRML2ActionP
2092 delete thisp->bsptreetex; thisp->bsptreetex = NULL; in post_lines_cb()
2141 thisp->bsptreetex = new SbBSPTree; in sotoifs_cb()
2166 assert(thisp->bsptreetex); in triangle_cb()
2168 thisp->texidx->append(thisp->bsptreetex->addPoint(SbVec3f(tc[0], tc[1], 0.0f))); in triangle_cb()
2301 int n = thisp->bsptreetex->numPoints(); in post_primitives_cb()
2305 SbVec3f p = thisp->bsptreetex->getPoint(i); in post_primitives_cb()
2324 delete thisp->bsptreetex; thisp->bsptreetex = NULL; in post_primitives_cb()