Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
MasterTestProjekt
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kai Westerkamp
MasterTestProjekt
Commits
31d00b45
Commit
31d00b45
authored
Oct 16, 2017
by
wester
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
87724d47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
StaticPointCloudMat.uasset
Content/PointClouds/StaticPointCloudMat.uasset
+0
-0
VRPawnCode.cpp
Source/MasterTestProject/VRPawnCode.cpp
+1
-1
No files found.
Content/PointClouds/StaticPointCloudMat.uasset
View file @
31d00b45
No preview for this file type
Source/MasterTestProject/VRPawnCode.cpp
View file @
31d00b45
...
...
@@ -73,7 +73,7 @@ void AVRPawnCode::setPoincloudPosition(FVector position, float angle)
FLinearColor
(
position
.
X
,
position
.
Y
,
position
.
Z
,
angle
);
PointCloudMaterials
->
SetVectorParameterValue
(
FName
(
"TrackerPos"
),
FLinearColor
(
position
.
X
,
position
.
Y
,
position
.
Z
,
angle
));
PointCloudMaterials
->
SetScalarParameterValue
(
FName
(
"TrackerZRotation"
),
angle
);
UE_LOG
(
TILES
,
Warning
,
TEXT
(
"Setting %s Pos %s Angle %f"
),
*
position
.
ToString
(),
*
PointCloudMaterials
->
GetName
(),
angle
);
//
UE_LOG(TILES, Warning, TEXT("Setting %s Pos %s Angle %f"), *position.ToString(), *PointCloudMaterials->GetName(), angle);
}
}
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