Lines Matching refs:null
95 Vector3f min = bbox.getMin(null);
96 Vector3f max = bbox.getMax(null);
113 if (tris == null || depth > 50 || bbox.getVolume() < 0.01f || tris.size() < minTrisPerNode){
176 if (geoms != null){
191 if (children[i] != null){
199 fastNode.next = nextSibling != null ? nextSibling.fastNode : null;
202 Octnode prev = null;
204 if (children[i] != null){
209 fastNode.child = prev != null ? prev.fastNode : null;
213 if (geoms != null){
217 if (children[i] != null){
230 if (geoms != null){
234 if (children[i] != null){
251 geoms = null;
254 if (children[i] != null){
263 if (children[i] != null){
268 if (geoms != null && numChilds == 0){
282 box = null;
283 geom = null;
286 if (children[i] != null){
308 if (child == null)