Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
monado
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
monado
Commits
5c916fd7
Commit
5c916fd7
authored
3 years ago
by
Jakob Bornecrantz
Committed by
Jakob Bornecrantz
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
d/illixr: Use u_device_get_view_pose helper
parent
b6f440fa
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/xrt/drivers/illixr/illixr_device.cpp
+2
-3
2 additions, 3 deletions
src/xrt/drivers/illixr/illixr_device.cpp
with
2 additions
and
3 deletions
src/xrt/drivers/illixr/illixr_device.cpp
+
2
−
3
View file @
5c916fd7
...
@@ -136,9 +136,8 @@ illixr_hmd_get_view_pose(struct xrt_device *xdev,
...
@@ -136,9 +136,8 @@ illixr_hmd_get_view_pose(struct xrt_device *xdev,
uint32_t
view_index
,
uint32_t
view_index
,
struct
xrt_pose
*
out_pose
)
struct
xrt_pose
*
out_pose
)
{
{
struct
xrt_pose
pose
=
illixr_read_pose
();
(
void
)
xdev
;
u_device_get_view_pose
(
eye_relation
,
view_index
,
out_pose
);
*
out_pose
=
pose
;
}
}
std
::
vector
<
std
::
string
>
std
::
vector
<
std
::
string
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment