mirror of
https://github.com/overte-org/overte.git
synced 2025-08-13 21:59:40 +02:00
refert debug hack
This commit is contained in:
parent
15ff7bc731
commit
3c4f9f8016
1 changed files with 0 additions and 8 deletions
|
@ -603,14 +603,6 @@ bool RenderableModelEntityItem::isReadyToComputeShape() {
|
|||
void RenderableModelEntityItem::computeShapeInfo(ShapeInfo& info) {
|
||||
ShapeType type = getShapeType();
|
||||
glm::vec3 dimensions = getDimensions();
|
||||
|
||||
// BEGIN temp HACK
|
||||
int numSubMeshes = _model->getFBXGeometry().meshes.size();
|
||||
if (numSubMeshes > 1) {
|
||||
qDebug() << "HACK entity name =" << getName() << " modelURL =" << getModelURL() << " pos =" << getPosition() << " numSubMeshes = " << numSubMeshes;
|
||||
}
|
||||
// END temp HACK
|
||||
|
||||
if (type == SHAPE_TYPE_COMPOUND) {
|
||||
updateModelBounds();
|
||||
|
||||
|
|
Loading…
Reference in a new issue