Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. 2D projections from Scatter3D. It is possible?

2D projections from Scatter3D. It is possible?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 152 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tris
    wrote on last edited by
    #1

    I have Scatter3D. And I want to show its three projections (xy, yz, xz) by pressing three buttons respectively.
    I already got the zx projection:

    plotXYZ.scene.activeCamera.cameraPreset = Camera3D.CameraPresetDirectlyAbove
    

    But I don't know how to set up the camera for xy and yz projections. Also, if I do it manually, I get projections without labels. Maybe someone can help with advice or an example?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved