- Jun 30, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- Jun 24, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- Jun 22, 2021
-
-
Vanessa Karolek authored
Per default, if all windows are out of focus, the first window is used as reference.
-
Vanessa Karolek authored
Fixed error: d:\agent\_work\3\s\src\vctools\crt\github\stl\src\mutex.cpp(64): mutex destroyed while busy
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- Jun 21, 2021
-
-
Vanessa Karolek authored
BUT... there is a bug -> if the window focus changes and the last gamepad state received input, the active camera still receives this input... :c
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- Jun 20, 2021
-
-
Vanessa Karolek authored
Currently, only the first window is referenced.... If we use more windows, we need to know how to handle this. Maybe we have to bind a gamepadIndex to a specific window.
-
- Jun 19, 2021
-
-
Sebastian Gaida authored
-
- Jun 17, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- Jun 16, 2021
-
-
Vanessa Karolek authored
-
Vanessa Karolek authored
The camera can now be controlled via gamepad! PilotCameraController: - rotation via right joystick (horizontal, vertical) - zooming via left and right trigger - translation in xz plane via left joystick (horizontal, vertical) - translation in y direction via left and right bumper TrackballCameraController: - orbiting via right joystick (horizontal, vertical) - change radius via left joystick (vertical)
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- Jun 04, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- May 25, 2021
-
-
Sebastian Gaida authored
-
- May 24, 2021
-
-
Vanessa Karolek authored
For now, camera based callbacks are handled within main. For a camera controller, we need a way to pass callback functions to the 'add' function, i.e. replacing the lambda expressions.
-
- May 20, 2021
-
-
Sebastian Gaida authored
adds basic events like mousemovement, resize or keyEvents This is only the basic code to fetch these events not to handle the actual event
-
- May 18, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- May 11, 2021
-
-
Sebastian Gaida authored
-
Sebastian Gaida authored
adjusted swapchain and window class after the big mess of the core class :) added temporarily utils functions to core class
-
- May 09, 2021
-
-
Artur Wasmut authored
-
Tobias Frisch authored
This reverts commit 7df91724.
-
Artur Wasmut authored
-
- May 08, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- May 06, 2021
-
-
Sebastian Gaida authored
-
Sebastian Gaida authored
big push sorry :) to long to say what happend ;)
-
- May 04, 2021
-
-
Tobias Frisch authored
Signed-off-by:
Tobias Frisch <tfrisch@uni-koblenz.de>
-
- May 03, 2021
-
-
Sebastian Gaida authored
-
Sebastian Gaida authored
-