Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
masterarbeit-kai
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Philipp Adolf
masterarbeit-kai
Commits
9887b6bc
Commit
9887b6bc
authored
Jul 14, 2017
by
Adrian Hoppe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
offset
parent
2004eaf1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
110 additions
and
143 deletions
+110
-143
Camera.cpp
3_PointCloud/Camera.cpp
+1
-1
Camera.h
3_PointCloud/Camera.h
+1
-1
main.cpp
3_PointCloud/main.cpp
+105
-141
Kinect for Windows V2 屋外で使うためのカバー製作.url
Kinect for Windows V2 屋外で使うためのカバー製作.url
+3
-0
No files found.
3_PointCloud/Camera.cpp
View file @
9887b6bc
...
...
@@ -6,7 +6,7 @@
Camera
::
Camera
()
:
Camera
(
vec3
(
10.0
f
,
5
.0
f
,
0.0
f
))
Camera
::
Camera
()
:
Camera
(
vec3
(
2.0
f
,
0
.0
f
,
0.0
f
))
{
}
...
...
3_PointCloud/Camera.h
View file @
9887b6bc
...
...
@@ -16,7 +16,7 @@ private:
glm
::
vec3
position
;
glm
::
vec3
up
;
float
speed
=
0
.
3
f
;
float
speed
=
0
.
1
f
;
float
mouseSpeed
=
0
.
005
f
;
float
horizontalAngle
=
(
float
)
-
M_PI
/
2
;
...
...
3_PointCloud/main.cpp
View file @
9887b6bc
This diff is collapsed.
Click to expand it.
Kinect for Windows V2 屋外で使うためのカバー製作.url
0 → 100644
View file @
9887b6bc
[InternetShortcut]
[InternetShortcut]
URL=https://social.msdn.microsoft.com/Forums/sqlserver/ja-JP/05a6d2b3-9096-4236-b77a-691c5f047066/kinect-for-windows-v2-?forum=windowsgeneraldevelopmentissuesja
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