widgets/implementations/three-d-rotation/three-d-rotation-widget-view/three-d-rotation-widget-view.component.ts
OnChanges
OnInit
DynamicComponent
| providers |
MeasurementRealtimeService
|
| selector | c8y-three-d-rotation-widget-view |
| standalone | true |
| imports | |
| templateUrl | ./three-d-rotation-widget-view.component.html |
No results matching.
@if (webGLAvailable()) {
<c8y-three-d-rotation
[modelObj$]="modelObj$"
[angles$]="angles$"
[cameraType$]="cameraType$"
[isWireframe$]="isWireframe$"
></c8y-three-d-rotation>
}