rotation added
This commit is contained in:
@@ -197,7 +197,6 @@ const RealTimeVisulization: React.FC = () => {
|
||||
} catch (error) { }
|
||||
};
|
||||
|
||||
function handleRightClickSel(){}
|
||||
return (
|
||||
<div
|
||||
ref={containerRef}
|
||||
@@ -234,8 +233,8 @@ const RealTimeVisulization: React.FC = () => {
|
||||
{activeModule === "visualization" && selectedZone.zoneName !== "" && <DroppedObjects />}
|
||||
{activeModule === "visualization" && <SocketRealTimeViz />}
|
||||
|
||||
{activeModule === "visualization" && widgetSubOption === "3D" && rightClickSelected && <EditWidgetOption
|
||||
options={["Duplicate", "Vertical Move", "Horizontal Move", "Delete"]}
|
||||
{activeModule === "visualization" && rightClickSelected && <EditWidgetOption
|
||||
options={["Duplicate", "Vertical Move", "Horizontal Move", "RotateX", "RotateY", "RotateZ", "Delete"]}
|
||||
/>}
|
||||
|
||||
{activeModule === "visualization" && (
|
||||
|
||||
Reference in New Issue
Block a user