mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 09:23:17 +02:00
fix create selectionBox wireframe
This commit is contained in:
parent
934abb3d52
commit
bc11d80a52
1 changed files with 2 additions and 2 deletions
|
@ -351,7 +351,7 @@ EntityItemProperties Overlays::convertOverlayToEntityProperties(QVariantMap& ove
|
|||
return "none";
|
||||
});
|
||||
|
||||
if (type == "Shape" || type == "Gizmo") {
|
||||
if (type == "Shape" || type == "Box" || type == "Sphere" || type == "Gizmo") {
|
||||
RENAME_PROP(solid, isSolid);
|
||||
RENAME_PROP(isFilled, isSolid);
|
||||
RENAME_PROP(filled, isSolid);
|
||||
|
@ -1967,4 +1967,4 @@ QVector<QUuid> Overlays::findOverlays(const glm::vec3& center, float radius) {
|
|||
* outwards from the inner radius; a negative value draws tick marks inwards from the outer radius.
|
||||
* @property {Color} majorTickMarksColor = 0, 0, 0 - The color of the major tick marks.
|
||||
* @property {Color} minorTickMarksColor = 0, 0, 0 - The color of the minor tick marks.
|
||||
*/
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue