| 2268 | | notify(WARN)<<"Warning: in osg::Geometry::computeCorrectBindingsAndArraySizes() "<<std::endl |
| 2269 | | <<" "<<arrayName<<" binding is BIND_PER_PRIMITIVE_SET but "<<std::endl |
| 2270 | | <<" "<<arrayName<< " array is not attached"<<std::endl |
| 2271 | | <<" reseting binding to BIND_OFF."<<std::endl; |
| | 2268 | out<<"Warning: in osg::Geometry::computeCorrectBindingsAndArraySizes() "<<std::endl |
| | 2269 | <<" "<<arrayName<<" binding is BIND_PER_PRIMITIVE_SET but "<<std::endl |
| | 2270 | <<" "<<arrayName<< " array is not attached"<<std::endl |
| | 2271 | <<" reseting binding to BIND_OFF."<<std::endl; |
| 2278 | | notify(WARN)<<"Warning: in osg::Geometry::computeCorrectBindingsAndArraySizes() "<<std::endl |
| 2279 | | <<" "<<arrayName<<" binding is BIND_PER_PRIMITIVE_SET but "<<std::endl |
| 2280 | | <<" "<<arrayName<< " array contains too few entries"<<std::endl |
| 2281 | | <<" reseting binding to BIND_OFF "<<arrayName<<"array to 0."<<std::endl; |
| | 2278 | out<<"Warning: in osg::Geometry::computeCorrectBindingsAndArraySizes() "<<std::endl |
| | 2279 | <<" "<<arrayName<<" binding is BIND_PER_PRIMITIVE_SET but "<<std::endl |
| | 2280 | <<" "<<arrayName<< " array contains too few entries"<<std::endl |
| | 2281 | <<" reseting binding to BIND_OFF "<<arrayName<<"array to 0."<<std::endl; |
| 2285 | | notify(WARN)<<"Warning: in osg::Geometry::computeCorrectBindingsAndArraySizes() "<<std::endl |
| 2286 | | <<" "<<arrayName<<" binding is BIND_PER_PRIMITIVE_SET but "<<std::endl |
| 2287 | | <<" "<<arrayName<< " array contains too many entries "<<std::endl |
| 2288 | | <<" number of primitive sets="<<geom.getPrimitiveSetList().size()<<std::endl |
| 2289 | | <<" numElements="<<numElements<<std::endl; |
| | 2285 | out<<"Warning: in osg::Geometry::computeCorrectBindingsAndArraySizes() "<<std::endl |
| | 2286 | <<" "<<arrayName<<" binding is BIND_PER_PRIMITIVE_SET but "<<std::endl |
| | 2287 | <<" "<<arrayName<< " array contains too many entries "<<std::endl |
| | 2288 | <<" number of primitive sets="<<geom.getPrimitiveSetList().size()<<std::endl |
| | 2289 | <<" numElements="<<numElements<<std::endl; |
| 2300 | | notify(WARN)<<"Warning: in osg::Geometry::computeCorrectBindingsAndArraySizes() "<<std::endl |
| 2301 | | <<" "<<arrayName<<" binding is BIND_PER_PRIMITIVE but "<<std::endl |
| 2302 | | <<" "<<arrayName<< " array is not attached"<<std::endl |
| 2303 | | <<" reseting binding to BIND_OFF."<<std::endl |
| 2304 | | <<" numPrimitives="<<numPrimitives<<std::endl |
| 2305 | | <<" numVertices="<<geom.getVertexArray()->getNumElements()<<std::endl; |
| | 2300 | out<<"Warning: in osg::Geometry::computeCorrectBindingsAndArraySizes() "<<std::endl |
| | 2301 | <<" "<<arrayName<<" binding is BIND_PER_PRIMITIVE but "<<std::endl |
| | 2302 | <<" "<<arrayName<< " array is not attached"<<std::endl |
| | 2303 | <<" reseting binding to BIND_OFF."<<std::endl |
| | 2304 | <<" numPrimitives="<<numPrimitives<<std::endl |
| | 2305 | <<" numVertices="<<geom.getVertexArray()->getNumElements()<<std::endl; |
| 2312 | | notify(WARN)<<"Warning: in osg::Geometry::computeCorrectBindingsAndArraySizes() "<<std::endl |
| 2313 | | <<" "<<arrayName<<" binding is BIND_PER_PRIMITIVE but "<<std::endl |
| 2314 | | <<" "<<arrayName<< " array contains too few entries"<<std::endl |
| 2315 | | <<" reseting binding to BIND_OFF "<<arrayName<<"array to 0."<<std::endl |
| 2316 | | <<" numPrimitives="<<numPrimitives<<" numElements="<<numElements<<std::endl |
| 2317 | | <<" numVertices="<<geom.getVertexArray()->getNumElements()<<std::endl; |
| | 2312 | out<<"Warning: in osg::Geometry::computeCorrectBindingsAndArraySizes() "<<std::endl |
| | 2313 | <<" "<<arrayName<<" binding is BIND_PER_PRIMITIVE but "<<std::endl |
| | 2314 | <<" "<<arrayName<< " array contains too few entries"<<std::endl |
| | 2315 | <<" reseting binding to BIND_OFF "<<arrayName<<"array to 0."<<std::endl |
| | 2316 | <<" numPrimitives="<<numPrimitives<<" numElements="<<numElements<<std::endl |
| | 2317 | <<" numVertices="<<geom.getVertexArray()->getNumElements()<<std::endl; |
| 2321 | | notify(WARN)<<"Warning: in osg::Geometry::computeCorrectBindingsAndArraySizes() "<<std::endl |
| 2322 | | <<" "<<arrayName<<" binding is BIND_PER_PRIMITIVE but "<<std::endl |
| 2323 | | <<" "<<arrayName<< " array contains too many entries." <<std::endl |
| 2324 | | <<" numPrimitives="<<numPrimitives<<" numElements="<<numElements<<std::endl |
| 2325 | | <<" numVertices="<<geom.getVertexArray()->getNumElements()<<std::endl; |
| | 2321 | out<<"Warning: in osg::Geometry::computeCorrectBindingsAndArraySizes() "<<std::endl |
| | 2322 | <<" "<<arrayName<<" binding is BIND_PER_PRIMITIVE but "<<std::endl |
| | 2323 | <<" "<<arrayName<< " array contains too many entries." <<std::endl |
| | 2324 | <<" numPrimitives="<<numPrimitives<<" numElements="<<numElements<<std::endl |
| | 2325 | <<" numVertices="<<geom.getVertexArray()->getNumElements()<<std::endl; |
| 2336 | | notify(WARN)<<"Warning: in osg::Geometry::computeCorrectBindingsAndArraySizes() "<<std::endl |
| 2337 | | <<" "<<arrayName<<" binding is BIND_PER_VERTEX but "<<std::endl |
| 2338 | | <<" "<<arrayName<< " array is not attached"<<std::endl |
| 2339 | | <<" reseting binding to BIND_OFF."<<std::endl; |
| | 2336 | out<<"Warning: in osg::Geometry::computeCorrectBindingsAndArraySizes() "<<std::endl |
| | 2337 | <<" "<<arrayName<<" binding is BIND_PER_VERTEX but "<<std::endl |
| | 2338 | <<" "<<arrayName<< " array is not attached"<<std::endl |
| | 2339 | <<" reseting binding to BIND_OFF."<<std::endl; |
| 2346 | | notify(WARN)<<"Warning: in osg::Geometry::computeCorrectBindingsAndArraySizes()"<<std::endl |
| 2347 | | <<" "<<arrayName<<" binding is BIND_PER_VERTEX but "<<std::endl |
| 2348 | | <<" "<<arrayName<< " array contains too few entries"<<std::endl |
| 2349 | | <<" reseting binding to BIND_OFF "<<arrayName<<"array to 0."<<std::endl; |
| | 2346 | out<<"Warning: in osg::Geometry::computeCorrectBindingsAndArraySizes()"<<std::endl |
| | 2347 | <<" "<<arrayName<<" binding is BIND_PER_VERTEX but "<<std::endl |
| | 2348 | <<" "<<arrayName<< " array contains too few entries"<<std::endl |
| | 2349 | <<" reseting binding to BIND_OFF "<<arrayName<<"array to 0."<<std::endl; |