mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 04:24:47 +02:00
removed some verbose comments
This commit is contained in:
parent
bc29848476
commit
baaf01683e
1 changed files with 0 additions and 6 deletions
|
@ -25,12 +25,6 @@ AddEntityOperator::AddEntityOperator(EntityTree* tree,
|
||||||
{
|
{
|
||||||
// caller must have verified existence of newEntity
|
// caller must have verified existence of newEntity
|
||||||
assert(_newEntity);
|
assert(_newEntity);
|
||||||
|
|
||||||
|
|
||||||
// Here we have a choice to make, do we want to "tight fit" the actual minimum for the
|
|
||||||
// entity into the the element, or do we want to use the entities "relaxed" bounds
|
|
||||||
// which can handle all potential rotations?
|
|
||||||
// the getMaximumAACube is the relaxed form.
|
|
||||||
_newEntityBox = _newEntity->getMaximumAACube().clamp(0.0f, 1.0f);
|
_newEntityBox = _newEntity->getMaximumAACube().clamp(0.0f, 1.0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue