Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
MasterArbeit
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
1
Merge Requests
1
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
Kai Westerkamp
MasterArbeit
Commits
9887b6bc
Commit
9887b6bc
authored
7 years ago
by
Adrian Hoppe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
offset
parent
2004eaf1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
Camera.cpp
3_PointCloud/Camera.cpp
+1
-1
Camera.h
3_PointCloud/Camera.h
+1
-1
main.cpp
3_PointCloud/main.cpp
+0
-0
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 @@
...
@@ -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
))
{
{
}
}
...
...
This diff is collapsed.
Click to expand it.
3_PointCloud/Camera.h
View file @
9887b6bc
...
@@ -16,7 +16,7 @@ private:
...
@@ -16,7 +16,7 @@ private:
glm
::
vec3
position
;
glm
::
vec3
position
;
glm
::
vec3
up
;
glm
::
vec3
up
;
float
speed
=
0
.
3
f
;
float
speed
=
0
.
1
f
;
float
mouseSpeed
=
0
.
005
f
;
float
mouseSpeed
=
0
.
005
f
;
float
horizontalAngle
=
(
float
)
-
M_PI
/
2
;
float
horizontalAngle
=
(
float
)
-
M_PI
/
2
;
...
...
This diff is collapsed.
Click to expand it.
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
This diff is collapsed.
Click to expand it.
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