From 10b82945a6fdbad870c25edbe3eb377c480c8223 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Wed, 16 Dec 2015 10:16:01 -0800 Subject: [PATCH] formatting --- libraries/entities-renderer/src/RenderablePolyVoxEntityItem.cpp | 2 +- libraries/entities/src/UpdateEntityOperator.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/entities-renderer/src/RenderablePolyVoxEntityItem.cpp b/libraries/entities-renderer/src/RenderablePolyVoxEntityItem.cpp index 57c985c992..1048f594f4 100644 --- a/libraries/entities-renderer/src/RenderablePolyVoxEntityItem.cpp +++ b/libraries/entities-renderer/src/RenderablePolyVoxEntityItem.cpp @@ -142,7 +142,7 @@ glm::vec3 RenderablePolyVoxEntityItem::getSurfacePositionAdjustment() const { glm::mat4 RenderablePolyVoxEntityItem::voxelToLocalMatrix() const { glm::vec3 scale = getDimensions() / _voxelVolumeSize; // meters / voxel-units - bool success; // XXX Does this actually have to happen in world space? + bool success; // TODO -- Does this actually have to happen in world space? glm::vec3 center = getCenterPosition(success); glm::vec3 position = getPosition(success); glm::vec3 positionToCenter = center - position; diff --git a/libraries/entities/src/UpdateEntityOperator.h b/libraries/entities/src/UpdateEntityOperator.h index 5124075a6d..ea6faabe3e 100644 --- a/libraries/entities/src/UpdateEntityOperator.h +++ b/libraries/entities/src/UpdateEntityOperator.h @@ -12,7 +12,6 @@ #ifndef hifi_UpdateEntityOperator_h #define hifi_UpdateEntityOperator_h -// #include "BoundingBoxRelatedProperties.h" #include "EntitiesLogging.h" #include "EntityItem.h" #include "EntityItemProperties.h"