Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
Qt 3D Studio 2.6, Qt 3D Studio 2.7, Qt 3D Studio 2.8
-
None
-
0ac26f8f9726281f7bff01f3c07a9c6b99d9e9d5
Description
Test 1:
PRECONDITIONS:
------------------------------
Line 13 in main.cpp (qputenv("Q3DS_DISTANCE_FIELD_DISABLED", "1") is not commented.
STEPS TO REPRODUCE:
------------------------------
1. Press key 0 ->each press increment the current value by 1 ( 0 -> 1 -> 2 -> 3 -> 4 ... etc) to 20
2. Press key 1 -> each press decrement the current value by 1 ( 20 -> 19 -> 18 -> 17 -> 16 ... etc) to 0
EXPECTED RESULT:
During step 1, should be displayed each new value is equal previous value + 1
During step 2, should be displayed each new value is equal previous value - 1
ACTUAL RESULT:
During step 1, for some values displayed random number
During step 2, for some values displayed random number
Please refer to video for better understand.
Console log contains Current Number that set to data input.
Test 2:
PRECONDITIONS:
------------------------------
Line 13 in main.cpp (qputenv("Q3DS_DISTANCE_FIELD_DISABLED", "1") is commented.
STEPS TO REPRODUCE:
------------------------------
1. Press key 0 -> each press increment the current value by 1 ( 0 -> 1 -> 2 -> 3 -> 4 ... etc) to 20
2. Press key 1 -> each press decrement the current value by 1 ( 20 -> 19 -> 18 -> 17 -> 16 ... etc) to 0
EXPECTED RESULT:
During step 1, should be displayed each new value is equal previous value + 1
During step 2, should be displayed each new value is equal previous value - 1
ACTUAL RESULT:
During step 1, each new value is equal previous value + 1 (OK)
During step 2,each new value is equal previous value - 1 (OK)
Video and Test app is attached.
Attachments
Issue Links
- mentioned in
-
Page Loading...
For Gerrit Dashboard: QT3DS-4203 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
321723,9 | Fix getting wrong text texture | master | qt3dstudio/ogl-runtime | Status: MERGED | +2 | 0 |