Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
blender
monado
Commits
eee034c1
Commit
eee034c1
authored
Feb 12, 2020
by
Jakob Bornecrantz
Browse files
d/ns: Remove unused file
parent
68422f6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/xrt/drivers/north_star/distortion/ns_distortion.c
deleted
100644 → 0
View file @
68422f6e
// Copyright 2020, Collabora, Ltd.
// Copyright 2020, Nova King.
// SPDX-License-Identifier: BSL-1.0
/*!
* @file
* @brief North Star HMD code.
* @author Nova King <technobaboo@gmail.com>
* @author Jakob Bornecrantz <jakob@collabora.com>
* @ingroup drv_ns
*/
#include <math.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "../ns_hmd.h"
void
ns_display_uv_to_render_uv
(
struct
ns_uv
display_uv
,
struct
ns_uv
*
render_uv
,
struct
ns_eye
eye
)
{
std
::
map
<
float
,
std
::
map
<
float
,
struct
ns_uv
>
>::
iterator
outerIter
;
}
Write
Preview
Supports
Markdown
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