Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ufdvw
ImmersiveAnalytics
Commits
492c07f0
Commit
492c07f0
authored
Apr 24, 2019
by
Jan Kremer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a crash.
parent
a7e99166
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
7 deletions
+4
-7
Config/DefaultInput.ini
Config/DefaultInput.ini
+0
-3
Content/BP_PawnBase.uasset
Content/BP_PawnBase.uasset
+0
-0
Intermediate/Config/CoalescedSourceConfigs/Input.ini
Intermediate/Config/CoalescedSourceConfigs/Input.ini
+0
-3
Source/ImmersiveAnalytics/Plot3D.cpp
Source/ImmersiveAnalytics/Plot3D.cpp
+4
-1
No files found.
Config/DefaultInput.ini
View file @
492c07f0
...
...
@@ -55,7 +55,6 @@ DoubleClickTime=0.200000
+
ActionMappings
=
(ActionName="SelectMode_OnePlane",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Left_Thumbstick_Down)
+
ActionMappings
=
(ActionName="SelectMode_TwoPlanes",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Left_Thumbstick_Left)
+
ActionMappings
=
(ActionName="SelectMode_Sphere",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Right_Thumbstick_Up)
+
ActionMappings
=
(ActionName="Brush",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=BackSpace)
+
ActionMappings
=
(ActionName="GrabLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_LeftTrigger)
+
ActionMappings
=
(ActionName="GrabRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_RightTrigger)
+
ActionMappings
=
(ActionName="ToggleInverted",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Zero)
...
...
@@ -66,8 +65,6 @@ DoubleClickTime=0.200000
+
ActionMappings
=
(ActionName="InterfaceClickRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_RightShoulder)
+
ActionMappings
=
(ActionName="InterfaceClickLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Left_FaceButton1)
+
ActionMappings
=
(ActionName="InterfaceClickRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Right_FaceButton1)
+
ActionMappings
=
(ActionName="Brush",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Left_Trigger)
+
ActionMappings
=
(ActionName="Brush",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Right_Trigger)
+
ActionMappings
=
(ActionName="InterfaceClickLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Z)
+
ActionMappings
=
(ActionName="InterfaceClickRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=X)
+
ActionMappings
=
(ActionName="ToggleMainMenu",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_Special_Right)
...
...
Content/BP_PawnBase.uasset
View file @
492c07f0
No preview for this file type
Intermediate/Config/CoalescedSourceConfigs/Input.ini
View file @
492c07f0
...
...
@@ -52,7 +52,6 @@ ActionMappings=(ActionName="SelectMode_None",bShift=False,bCtrl=False,bAlt=False
ActionMappings
=
(ActionName="SelectMode_OnePlane",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Left_Thumbstick_Down)
ActionMappings
=
(ActionName="SelectMode_TwoPlanes",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Left_Thumbstick_Left)
ActionMappings
=
(ActionName="SelectMode_Sphere",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Right_Thumbstick_Up)
ActionMappings
=
(ActionName="Brush",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=BackSpace)
ActionMappings
=
(ActionName="GrabLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_LeftTrigger)
ActionMappings
=
(ActionName="GrabRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_RightTrigger)
ActionMappings
=
(ActionName="ToggleInverted",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Zero)
...
...
@@ -63,8 +62,6 @@ ActionMappings=(ActionName="InterfaceClickLeft",bShift=False,bCtrl=False,bAlt=Fa
ActionMappings
=
(ActionName="InterfaceClickRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_RightShoulder)
ActionMappings
=
(ActionName="InterfaceClickLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Left_FaceButton1)
ActionMappings
=
(ActionName="InterfaceClickRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Right_FaceButton1)
ActionMappings
=
(ActionName="Brush",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Left_Trigger)
ActionMappings
=
(ActionName="Brush",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Right_Trigger)
ActionMappings
=
(ActionName="InterfaceClickLeft",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Z)
ActionMappings
=
(ActionName="InterfaceClickRight",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=X)
ActionMappings
=
(ActionName="ToggleMainMenu",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_Special_Right)
...
...
Source/ImmersiveAnalytics/Plot3D.cpp
View file @
492c07f0
...
...
@@ -102,7 +102,10 @@ void APlot3D::BrushPoints(TArray<int32> BrushPoints, bool Rebuild)
{
for
(
int
i
=
0
;
i
<
BrushPoints
.
Num
();
++
i
)
{
BrushPoint
(
BrushPoints
[
i
],
Data
->
IsBrushed
[
BrushPoints
[
i
]]);
if
(
BrushPoints
[
i
]
!=
-
1
)
{
BrushPoint
(
BrushPoints
[
i
],
Data
->
IsBrushed
[
BrushPoints
[
i
]]);
}
}
if
(
Rebuild
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment