rbdl / rbdl-toolkit

Application for visualizing and working with rbdl models
European Union Public License 1.2
19 stars 11 forks source link

Small things to fix: #3

Closed mjhmilla closed 4 years ago

mjhmilla commented 4 years ago
  1. Insert this line in the CMakeLists.txt file before the block of FIND_PACKAGE statements:

SET(CUSTOM_RBDL_PATH "" CACHE PATH "Path to specific RBDL Installation")

  1. In the Toolkit->File menu I see two entries for 'Load Animation'

  2. The arrow keys no longer move the camera position. If this is quick and easy to add, consider doing so.

  3. With the mouse I can rotate, and I can pan. I don't know how to zoom, or walk forwards. How do I do this?

  4. It's nice to have the option of seeing a solid floor. Though I suppose I can add this in the Lua file, so never mind!

ju6ge commented 4 years ago
  1. is an easy fix and will be added with the next commit

  2. this is something that happens when plugin librarys are located at multiple locations, that are searched so I will think of some logic to prevent double loading.

  3. and

  4. I am using the movement definitions of the QOribitCameraController: https://doc.qt.io/qt-5/qt3dextras-qorbitcameracontroller.html#details If they do not work try clicking on the rendering display.

  5. I am planning on adding more options to be displayed.

ju6ge commented 4 years ago

020a9be1eb55e53dc71bfba77f26a906ed39baf9