Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Atte Sillanpaeae
VR-demos
Commits
6861b337
Commit
6861b337
authored
Mar 05, 2018
by
Ruben Jesus Garcia Hernandez
Browse files
Add more Apache 2.0 License headers
parent
7145c220
Changes
9
Hide whitespace changes
Inline
Side-by-side
CAVE/NOMADCaveT/readme.txt
View file @
6861b337
This demo is based on
the LMU Geophysics Visualization for CAVE environments
https://svn.lrz.de/repos/v2t/projects/demos/demoBunge/
Revision 1538
For use in LRZ CAVE and Powerwall.
The demo depends on screenlib and synchlib LRZ libraries.
Use in suse:
Run once:
/sw/bin/remove_cursor
...
...
@@ -21,8 +24,8 @@ use in ubuntu:
Run demo (on cavemaster 2):
./
demoBunge
_server /sw/config/mlib/cave_2.conf
./
NOMADCaveT
_server /sw/config/mlib/cave_2.conf
<file.ncfg>
Run demo (on cavemaster 1):
./demoBunge_server /sw/config/mlib/cave_1.conf
./NOMADCaveT_server /sw/config/mlib/cave_1.conf <file.ncfg>
WAIT 5 minutes
CAVE/NOMADCaveT/src/defines.h
View file @
6861b337
/*
# Copyright 2016-2018 The NOMAD Developers Group
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
*/
#ifndef __DEFINES_H
#define __DEFINES_H
...
...
CAVE/NOMADCaveT/src/main.cpp
View file @
6861b337
/*
# Copyright 2016-2018 The NOMAD Developers Group
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
*/
#define GLM_SWIZZLE
#include
<string>
...
...
CAVE/NOMADCaveT/src/main_server.cpp
View file @
6861b337
/*
# Copyright 2016-2018 The NOMAD Developers Group
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
*/
#define GLM_SWIZZLE
#include
<glm/gtx/matrix_decompose.hpp>
#include
<m3drenderer.h>
...
...
CAVE/NOMADCaveT/src/selectedPoints.hpp
View file @
6861b337
/*
# Copyright 2016-2018 The NOMAD Developers Group
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
*/
#include
<glm/vec3.hpp>
/// for measuring length (2 points), angle (3 points),
/// and dihedral angle (4 points)
...
...
CAVE/NOMADCaveT/src/textRendering.cpp
View file @
6861b337
/*
# Copyright 2016-2018 The NOMAD Developers Group
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
*/
#include
<iostream>
#include
<glm/vec2.hpp>
#include
<glm/vec3.hpp>
...
...
CAVE/NOMADCaveT/src/textRendering.hpp
View file @
6861b337
/*
# Copyright 2016-2018 The NOMAD Developers Group
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
*/
#ifndef TEXT_RENDERING_HPP
#define TEXT_RENDERING_HPP
...
...
NOMADVRLib/ConfigFileAtoms.cpp
View file @
6861b337
/*
# Copyright 2016-2018 The NOMAD Developers Group
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
*/
float
abc
[
3
][
3
];
//basis vectors
bool
has_abc
=
false
;
...
...
@@ -8,4 +24,4 @@ bool fixedAtoms;
float
cubetrans
[
3
];
float
supercell
[
3
];
int
voxelSize
[
3
];
\ No newline at end of file
int
voxelSize
[
3
];
NOMADVRLib/ConfigFileAtoms.h
View file @
6861b337
/*
# Copyright 2016-2018 The NOMAD Developers Group
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
*/
#ifndef CONFIGFILEATOMS_H
#define CONFIGFILEATOMS_H
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment