Home | History | Annotate | Download | only in BulletSoftBody

Lines Matching refs:lcolor

61 								 const btVector3& lcolor,
69 drawTree(idraw,node->childs[0],depth+1,ncolor,lcolor,mindepth,maxdepth);
70 drawTree(idraw,node->childs[1],depth+1,ncolor,lcolor,mindepth,maxdepth);
77 drawBox(idraw,mi,mx,node->isleaf()?lcolor:ncolor);
165 const btVector3 lcolor=btVector3(0,0,0);
276 idraw->drawLine(l.m_n[0]->m_x,l.m_n[1]->m_x,lcolor);