initial regex replacement of headers

This commit is contained in:
Stephen Birarda 2014-04-08 17:30:36 -07:00
parent f3cbd120ce
commit 6a51df9e38
223 changed files with 1148 additions and 637 deletions

View file

@ -1,9 +1,12 @@
// //
// AnimationServer.h // AnimationServer.h
// hifi // animation-server/src
// //
// Created by Stephen Birarda on 12/5/2013. // Created by Stephen Birarda on 12/5/2013.
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__AnimationServer__ #ifndef __hifi__AnimationServer__

View file

@ -1,9 +1,12 @@
// //
// Agent.h // Agent.h
// hifi // assignment-client/src
// //
// Created by Stephen Birarda on 7/1/13. // Created by Stephen Birarda on 7/1/13.
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__Agent__ #ifndef __hifi__Agent__

View file

@ -1,9 +1,12 @@
// //
// AssignmentClient.h // AssignmentClient.h
// hifi // assignment-client/src
// //
// Created by Stephen Birarda on 11/25/2013. // Created by Stephen Birarda on 11/25/2013.
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__AssignmentClient__ #ifndef __hifi__AssignmentClient__

View file

@ -1,9 +1,12 @@
// //
// AssignmentClientMonitor.h // AssignmentClientMonitor.h
// hifi // assignment-client/src
// //
// Created by Stephen Birarda on 1/10/2014. // Created by Stephen Birarda on 1/10/2014.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__AssignmentClientMonitor__ #ifndef __hifi__AssignmentClientMonitor__

View file

@ -1,9 +1,12 @@
// //
// AssignmentFactory.h // AssignmentFactory.h
// hifi // assignment-client/src
// //
// Created by Stephen Birarda on 9/17/13. // Created by Stephen Birarda on 9/17/13.
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__AssignmentFactory__ #ifndef __hifi__AssignmentFactory__

View file

@ -1,9 +1,12 @@
// //
// AssignmentThread.h // AssignmentThread.h
// hifi // assignment-client/src
// //
// Created by Stephen Birarda on 2014-03-28. // Created by Stephen Birarda on 2014.
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__AssignmentThread__ #ifndef __hifi__AssignmentThread__

View file

@ -1,9 +1,12 @@
// //
// AudioMixer.h // AudioMixer.h
// hifi // assignment-client/src/audio
// //
// Created by Stephen Birarda on 8/22/13. // Created by Stephen Birarda on 8/22/13.
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__AudioMixer__ #ifndef __hifi__AudioMixer__

View file

@ -1,9 +1,12 @@
// //
// AudioMixerClientData.h // AudioMixerClientData.h
// hifi // assignment-client/src/audio
// //
// Created by Stephen Birarda on 10/18/13. // Created by Stephen Birarda on 10/18/13.
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__AudioMixerClientData__ #ifndef __hifi__AudioMixerClientData__

View file

@ -1,9 +1,12 @@
// //
// AvatarAudioRingBuffer.h // AvatarAudioRingBuffer.h
// hifi // assignment-client/src/audio
// //
// Created by Stephen Birarda on 6/5/13. // Created by Stephen Birarda on 6/5/13.
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__AvatarAudioRingBuffer__ #ifndef __hifi__AvatarAudioRingBuffer__

View file

@ -1,9 +1,12 @@
// //
// AvatarMixer.h // AvatarMixer.h
// hifi // assignment-client/src/avatars
// //
// Created by Stephen Birarda on 9/5/13. // Created by Stephen Birarda on 9/5/13.
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__AvatarMixer__ #ifndef __hifi__AvatarMixer__

View file

@ -1,9 +1,12 @@
// //
// AvatarMixerClientData.h // AvatarMixerClientData.h
// hifi // assignment-client/src/avatars
// //
// Created by Stephen Birarda on 2/4/2014. // Created by Stephen Birarda on 2/4/2014.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__AvatarMixerClientData__ #ifndef __hifi__AvatarMixerClientData__

View file

@ -1,9 +1,12 @@
// //
// MetavoxelServer.h // MetavoxelServer.h
// hifi // assignment-client/src/metavoxels
// //
// Created by Andrzej Kapolka on 12/18/13. // Created by Andrzej Kapolka on 12/18/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__MetavoxelServer__ #ifndef __hifi__MetavoxelServer__

View file

@ -1,11 +1,12 @@
// //
// OctreeInboundPacketProcessor.h // OctreeInboundPacketProcessor.h
// voxel-server // assignment-client/src/octree
// //
// Created by Brad Hefta-Gaub on 8/21/13 // Created by Brad Hefta-Gaub on 8/21/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
// //
// Threaded or non-threaded network packet processor for the voxel-server // Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __octree_server__OctreeInboundPacketProcessor__ #ifndef __octree_server__OctreeInboundPacketProcessor__

View file

@ -1,9 +1,12 @@
// //
// OctreeQueryNode.h // OctreeQueryNode.h
// hifi // assignment-client/src/octree
// //
// Created by Brad Hefta-Gaub on 12/4/13. // Created by Brad Hefta-Gaub on 12/4/13.
// Copyright 2013 High Fidelity, Inc.
// //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__OctreeQueryNode__ #ifndef __hifi__OctreeQueryNode__

View file

@ -1,10 +1,12 @@
// //
// OctreeSendThread.h // OctreeSendThread.h
// assignment-client/src/octree
// //
// Created by Brad Hefta-Gaub on 8/21/13 // Created by Brad Hefta-Gaub on 8/21/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
// //
// Threaded or non-threaded object for sending voxels to a client // Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __octree_server__OctreeSendThread__ #ifndef __octree_server__OctreeSendThread__

View file

@ -1,10 +1,12 @@
// //
// OctreeServer.h // OctreeServer.h
// voxel-server // assignment-client/src/octree
// //
// Created by Brad Hefta-Gaub on 8/21/13 // Created by Brad Hefta-Gaub on 8/21/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
// //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __octree_server__OctreeServer__ #ifndef __octree_server__OctreeServer__

View file

@ -1,9 +1,12 @@
//
// OctreeServerConsts.h // OctreeServerConsts.h
// octree-server // assignment-client/src/octree
// //
// Created by Brad Hefta-Gaub on 12/4/13 // Created by Brad Hefta-Gaub on 12/4/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
// //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __octree_server__OctreeServerConsts__ #ifndef __octree_server__OctreeServerConsts__

View file

@ -1,10 +1,12 @@
// //
// ParticleNodeData.h // ParticleNodeData.h
// hifi // assignment-client/src/particles
// //
// Created by Brad Hefta-Gaub on 12/4/13 // Created by Brad Hefta-Gaub on 12/4/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
// //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__ParticleNodeData__ #ifndef __hifi__ParticleNodeData__

View file

@ -1,10 +1,12 @@
// //
// ParticleServer.h // ParticleServer.h
// particle-server // assignment-client/src/particles
// //
// Created by Brad Hefta-Gaub on 12/2/13 // Created by Brad Hefta-Gaub on 12/2/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
// //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __particle_server__ParticleServer__ #ifndef __particle_server__ParticleServer__

View file

@ -1,9 +1,12 @@
//
// ParticleServerConsts.h // ParticleServerConsts.h
// particle-server // assignment-client/src/particles
// //
// Created by Brad Hefta-Gaub on 8/21/13 // Created by Brad Hefta-Gaub on 8/21/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
// //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __particle_server__ParticleServerConsts__ #ifndef __particle_server__ParticleServerConsts__

View file

@ -1,9 +1,12 @@
// //
// VoxelNodeData.h // VoxelNodeData.h
// hifi // assignment-client/src/voxels
// //
// Created by Stephen Birarda on 3/21/13. // Created by Stephen Birarda on 3/21/13.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__VoxelNodeData__ #ifndef __hifi__VoxelNodeData__

View file

@ -1,10 +1,12 @@
// //
// VoxelServer.h // VoxelServer.h
// voxel-server // assignment-client/src/voxels
// //
// Created by Brad Hefta-Gaub on 8/21/13 // Created by Brad Hefta-Gaub on 8/21/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
// //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __voxel_server__VoxelServer__ #ifndef __voxel_server__VoxelServer__

View file

@ -1,9 +1,12 @@
//
// VoxelServerConsts.h // VoxelServerConsts.h
// voxel-server // assignment-client/src/voxels
// //
// Created by Brad Hefta-Gaub on 8/21/13 // Created by Brad Hefta-Gaub on 8/21/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
// //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __voxel_server__VoxelServerConsts__ #ifndef __voxel_server__VoxelServerConsts__

View file

@ -1,9 +1,12 @@
// //
// DomainServer.h // DomainServer.h
// hifi // domain-server/src
// //
// Created by Stephen Birarda on 9/26/13. // Created by Stephen Birarda on 9/26/13.
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__DomainServer__ #ifndef __hifi__DomainServer__

View file

@ -1,9 +1,12 @@
// //
// DomainServerNodeData.h // DomainServerNodeData.h
// hifi // domain-server/src
// //
// Created by Stephen Birarda on 2/6/2014. // Created by Stephen Birarda on 2/6/2014.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__DomainServerNodeData__ #ifndef __hifi__DomainServerNodeData__

View file

@ -1,9 +1,12 @@
// //
// AbstractLoggerInterface.h // AbstractLoggerInterface.h
// interface // interface/src
// //
// Created by Stojce Slavkovski on 12/22/13. // Created by Stojce Slavkovski on 12/22/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__AbstractLoggerInterface__ #ifndef __interface__AbstractLoggerInterface__

View file

@ -1,9 +1,12 @@
// //
// Application.h // Application.h
// interface // interface/src
// //
// Created by Andrzej Kapolka on 5/10/13. // Created by Andrzej Kapolka on 5/10/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__Application__ #ifndef __interface__Application__

View file

@ -1,9 +1,12 @@
// //
// Audio.h // Audio.h
// interface // interface/src
// //
// Created by Stephen Birarda on 1/22/13. // Created by Stephen Birarda on 1/22/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__Audio__ #ifndef __interface__Audio__

View file

@ -1,9 +1,12 @@
// //
// BuckyBalls.h // BuckyBalls.h
// hifi // interface/src
// //
// Created by Philip on 1/2/14. // Created by Philip on 1/2/14.
// Copyright 2013 High Fidelity, Inc.
// //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__BuckyBalls__ #ifndef __hifi__BuckyBalls__

View file

@ -1,8 +1,11 @@
// //
// Camera.h // Camera.h
// interface // interface/src
// //
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__camera__ #ifndef __interface__camera__

View file

@ -1,9 +1,12 @@
// //
// DatagramProcessor.h // DatagramProcessor.h
// hifi // interface/src
// //
// Created by Stephen Birarda on 1/23/2014. // Created by Stephen Birarda on 1/23/2014.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__DatagramProcessor__ #ifndef __hifi__DatagramProcessor__

View file

@ -1,9 +1,12 @@
// //
// Environment.h // Environment.h
// interface // interface/src
// //
// Created by Andrzej Kapolka on 5/6/13. // Created by Andrzej Kapolka on 5/6/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__Environment__ #ifndef __interface__Environment__

View file

@ -1,9 +1,12 @@
// //
// FileLogger.h // FileLogger.h
// hifi // interface/src
// //
// Created by Stojce Slavkovski on 12/22/13. // Created by Stojce Slavkovski on 12/22/13.
// Copyright 2013 High Fidelity, Inc.
// //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef hifi_FileLogger_h #ifndef hifi_FileLogger_h

View file

@ -1,9 +1,12 @@
// //
// GLCanvas.h // GLCanvas.h
// hifi // interface/src
// //
// Created by Stephen Birarda on 8/14/13. // Created by Stephen Birarda on 8/14/13.
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__GLCanvas__ #ifndef __hifi__GLCanvas__

View file

@ -1,9 +1,12 @@
// //
// Menu.h // Menu.h
// hifi // interface/src
// //
// Created by Stephen Birarda on 8/12/13. // Created by Stephen Birarda on 8/12/13.
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__Menu__ #ifndef __hifi__Menu__

View file

@ -1,9 +1,12 @@
// //
// MetavoxelSystem.h // MetavoxelSystem.h
// interface // interface/src
// //
// Created by Andrzej Kapolka on 12/10/13. // Created by Andrzej Kapolka on 12/10/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__MetavoxelSystem__ #ifndef __interface__MetavoxelSystem__

View file

@ -1,10 +1,12 @@
// //
// ParticleTreeRenderer.h // ParticleTreeRenderer.h
// hifi // interface/src
// //
// Created by Brad Hefta-Gaub on 12/6/13. // Created by Brad Hefta-Gaub on 12/6/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
// //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__ParticleTreeRenderer__ #ifndef __hifi__ParticleTreeRenderer__
@ -49,4 +51,4 @@ protected:
QMap<QString, Model*> _particleModels; QMap<QString, Model*> _particleModels;
}; };
#endif /* defined(__hifi__ParticleTreeRenderer__) */ #endif /* defined(__hifi__ParticleTreeRenderer__) */

View file

@ -1,9 +1,12 @@
// //
// Balls.h // Physics.h
// hifi // interface/src
// //
// Created by Philip on 4/25/13. // Created by Philip on 4/25/13.
// Copyright 2013 High Fidelity, Inc.
// //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef hifi_Physics_h #ifndef hifi_Physics_h

View file

@ -1,9 +1,12 @@
// //
// Stars.h // Stars.h
// interface // interface/src
// //
// Created by Tobias Schwinger on 3/22/13. // Created by Tobias Schwinger on 3/22/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__Stars__ #ifndef __interface__Stars__

View file

@ -1,9 +1,12 @@
// //
// Util.h // Util.h
// interface // interface/src
// //
// Created by Philip Rosedale on 8/24/12. // Created by Philip Rosedale on 8/24/12.
// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // Copyright 2012 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__Util__ #ifndef __interface__Util__

View file

@ -1,9 +1,12 @@
// //
// XmppClient.h // XmppClient.h
// interface // interface/src
// //
// Created by Dimitar Dobrev on 10/3/14 // Created by Dimitar Dobrev on 10/3/14.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifdef HAVE_QXMPP #ifdef HAVE_QXMPP

View file

@ -1,8 +1,11 @@
// //
// Avatar.h // Avatar.h
// interface // interface/src/avatar
// //
// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // Copyright 2012 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__avatar__ #ifndef __interface__avatar__

View file

@ -1,9 +1,12 @@
// //
// AvatarManager.h // AvatarManager.h
// hifi // interface/src/avatar
// //
// Created by Stephen Birarda on 1/23/2014. // Created by Stephen Birarda on 1/23/2014.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__AvatarManager__ #ifndef __hifi__AvatarManager__

View file

@ -1,9 +1,12 @@
// //
// FaceModel.h // FaceModel.h
// interface // interface/src/avatar
// //
// Created by Andrzej Kapolka on 9/16/13. // Created by Andrzej Kapolka on 9/16/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__FaceModel__ #ifndef __interface__FaceModel__

View file

@ -1,8 +1,11 @@
// //
// Hand.h // Hand.h
// interface // interface/src/avatar
// //
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef hifi_Hand_h #ifndef hifi_Hand_h

View file

@ -1,8 +1,11 @@
// //
// Head.h // Head.h
// interface // interface/src/avatar
// //
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef hifi_Head_h #ifndef hifi_Head_h

View file

@ -1,9 +1,12 @@
// //
// MyAvatar.h // MyAvatar.h
// interface // interface/src/avatar
// //
// Created by Mark Peng on 8/16/13. // Created by Mark Peng on 8/16/13.
// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // Copyright 2012 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__myavatar__ #ifndef __interface__myavatar__

View file

@ -1,9 +1,12 @@
// //
// SkeletonModel.h // SkeletonModel.h
// interface // interface/src/avatar
// //
// Created by Andrzej Kapolka on 10/17/13. // Created by Andrzej Kapolka on 10/17/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__SkeletonModel__ #ifndef __interface__SkeletonModel__

View file

@ -1,9 +1,12 @@
// //
// Faceshift.h // Faceshift.h
// interface // interface/src/devices
// //
// Created by Andrzej Kapolka on 9/3/13. // Created by Andrzej Kapolka on 9/3/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__Faceshift__ #ifndef __interface__Faceshift__

View file

@ -1,9 +1,12 @@
// //
// OculusManager.h // OculusManager.h
// hifi // interface/src/devices
// //
// Created by Stephen Birarda on 5/9/13. // Created by Stephen Birarda on 5/9/13.
// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // Copyright 2012 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__OculusManager__ #ifndef __hifi__OculusManager__

View file

@ -1,9 +1,12 @@
// //
// SixenseManager.h // SixenseManager.h
// interface // interface/src/devices
// //
// Created by Andrzej Kapolka on 11/15/13. // Created by Andrzej Kapolka on 11/15/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__SixenseManager__ #ifndef __interface__SixenseManager__

View file

@ -1,9 +1,12 @@
// //
// TV3DManager.h // TV3DManager.h
// hifi // interface/src/devices
// //
// Created by Brad Hefta-Gaub on 12/24/2013 // Created by Brad Hefta-Gaub on 12/24/2013.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__TV3DManager__ #ifndef __hifi__TV3DManager__

View file

@ -1,9 +1,12 @@
// //
// Visage.h // Visage.h
// interface // interface/src/devices
// //
// Created by Andrzej Kapolka on 2/11/14. // Created by Andrzej Kapolka on 2/11/14.
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__Visage__ #ifndef __interface__Visage__

View file

@ -1,9 +1,12 @@
// //
// LocationManager.h // LocationManager.h
// hifi // interface/src/location
// //
// Created by Stojce Slavkovski on 2/7/14. // Created by Stojce Slavkovski on 2/7/14.
// Copyright 2013 High Fidelity, Inc.
// //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__LocationManager__ #ifndef __hifi__LocationManager__

View file

@ -1,9 +1,12 @@
// //
// NamedLocation.h // NamedLocation.h
// hifi // interface/src/location
// //
// Created by Stojce Slavkovski on 2/1/14. // Created by Stojce Slavkovski on 2/1/14.
// Copyright 2013 High Fidelity, Inc.
// //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__NamedLocation__ #ifndef __hifi__NamedLocation__

View file

@ -1,9 +1,12 @@
// //
// AmbientOcclusionEffect.h // AmbientOcclusionEffect.h
// interface // interface/src/renderer
// //
// Created by Andrzej Kapolka on 7/14/13. // Created by Andrzej Kapolka on 7/14/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__AmbientOcclusionEffect__ #ifndef __interface__AmbientOcclusionEffect__

View file

@ -1,9 +1,12 @@
// //
// FBXReader.h // FBXReader.h
// interface // interface/src/renderer
// //
// Created by Andrzej Kapolka on 9/18/13. // Created by Andrzej Kapolka on 9/18/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__FBXReader__ #ifndef __interface__FBXReader__

View file

@ -1,9 +1,12 @@
// //
// GeometryCache.h // GeometryCache.h
// interface // interface/src/renderer
// //
// Created by Andrzej Kapolka on 6/21/13. // Created by Andrzej Kapolka on 6/21/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__GeometryCache__ #ifndef __interface__GeometryCache__

View file

@ -1,9 +1,12 @@
// //
// GlowEffect.h // GlowEffect.h
// interface // interface/src/renderer
// //
// Created by Andrzej Kapolka on 8/7/13. // Created by Andrzej Kapolka on 8/7/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__GlowEffect__ #ifndef __interface__GlowEffect__

View file

@ -1,9 +1,12 @@
// //
// Model.h // Model.h
// interface // interface/src/renderer
// //
// Created by Andrzej Kapolka on 10/18/13. // Created by Andrzej Kapolka on 10/18/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__Model__ #ifndef __interface__Model__

View file

@ -1,9 +1,12 @@
// //
// PointShader.h // PointShader.h
// interface // interface/src/renderer
// //
// Created by Brad Hefta-Gaub on 10/30/13. // Created by Brad Hefta-Gaub on 10/30/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__PointShader__ #ifndef __interface__PointShader__

View file

@ -1,9 +1,12 @@
// //
// ProgramObject.h // ProgramObject.h
// interface // interface/src/renderer
// //
// Created by Andrzej Kapolka on 5/7/13. // Created by Andrzej Kapolka on 5/7/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__ProgramObject__ #ifndef __interface__ProgramObject__

View file

@ -1,9 +1,12 @@
// //
// RenderUtil.h // RenderUtil.h
// interface // interface/src/renderer
// //
// Created by Andrzej Kapolka on 8/15/13. // Created by Andrzej Kapolka on 8/15/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__RenderUtil__ #ifndef __interface__RenderUtil__

View file

@ -1,9 +1,12 @@
// //
// TextureCache.h // TextureCache.h
// interface // interface/src/renderer
// //
// Created by Andrzej Kapolka on 8/6/13. // Created by Andrzej Kapolka on 8/6/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__TextureCache__ #ifndef __interface__TextureCache__

View file

@ -1,9 +1,12 @@
// //
// VoxelShader.h // VoxelShader.h
// interface // interface/src/renderer
// //
// Created by Brad Hefta-Gaub on 9/23/13. // Created by Brad Hefta-Gaub on 9/23/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__VoxelShader__ #ifndef __interface__VoxelShader__

View file

@ -1,9 +1,12 @@
// //
// AudioDeviceScriptingInterface.h // AudioDeviceScriptingInterface.h
// hifi // interface/src/scripting
// //
// Created by Brad Hefta-Gaub on 3/22/14 // Created by Brad Hefta-Gaub on 3/22/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__AudioDeviceScriptingInterface__ #ifndef __hifi__AudioDeviceScriptingInterface__

View file

@ -1,10 +1,11 @@
// //
// ClipboardScriptingInterface.h // ClipboardScriptingInterface.h
// interface // interface/src/scripting
// //
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
// //
// Scriptable interface for the Application clipboard // Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__Clipboard__ #ifndef __interface__Clipboard__

View file

@ -1,9 +1,12 @@
// //
// ControllerScriptingInterface.h // ControllerScriptingInterface.h
// hifi // interface/src/scripting
// //
// Created by Brad Hefta-Gaub on 12/17/13 // Created by Brad Hefta-Gaub on 12/17/13.
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__ControllerScriptingInterface__ #ifndef __hifi__ControllerScriptingInterface__

View file

@ -1,9 +1,12 @@
// //
// MenuScriptingInterface.h // MenuScriptingInterface.h
// hifi // interface/src/scripting
// //
// Created by Brad Hefta-Gaub on 2/25/14 // Created by Brad Hefta-Gaub on 2/25/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__MenuScriptingInterface__ #ifndef __hifi__MenuScriptingInterface__

View file

@ -1,9 +1,12 @@
// //
// SettingsScriptingInterface.h // SettingsScriptingInterface.h
// hifi // interface/src/scripting
// //
// Created by Brad Hefta-Gaub on 3/22/14 // Created by Brad Hefta-Gaub on 3/22/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__SettingsScriptingInterface__ #ifndef __hifi__SettingsScriptingInterface__

View file

@ -1,16 +1,12 @@
// //
// starfield/Config.h // Config.h
// interface // interface/src/starfield
// //
// Created by Tobias Schwinger on 3/29/13. // Created by Tobias Schwinger on 3/29/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
// //
// Distributed under the Apache License, Version 2.0.
#ifndef __interface__starfield__Config__ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
#define __interface__starfield__Config__
//
// Dependencies:
// //
#include "InterfaceConfig.h" #include "InterfaceConfig.h"

View file

@ -1,10 +1,12 @@
// //
// starfield/Controller.h // Controller.h
// interface // interface/src/starfield
// //
// Created by Tobias Schwinger on 3/29/13. // Created by Tobias Schwinger on 3/29/13.
// Modified by Chris Barnard 10/16/13. // Copyright 2013 High Fidelity, Inc.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__starfield__Controller__ #ifndef __interface__starfield__Controller__

View file

@ -1,9 +1,12 @@
// //
// starfield/Generator.h // Generator.h
// interface // interface/src/starfield
// //
// Created by Chris Barnard on 10/13/13. // Created by Chris Barnard on 10/13/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__starfield__Generator__ #ifndef __interface__starfield__Generator__
@ -34,4 +37,4 @@ namespace starfield {
}; };
} }
#endif #endif

View file

@ -1,10 +1,12 @@
// //
// starfield/data/GpuVertex.h // GpuVertex.h
// interface // interface/src/starfield/data
// //
// Created by Tobias Schwinger on 3/29/13. // Created by Tobias Schwinger on 3/29/13.
// Modified 10/17/13 Chris Barnard. // Copyright 2013 High Fidelity, Inc.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__starfield__data__GpuVertex__ #ifndef __interface__starfield__data__GpuVertex__

View file

@ -1,10 +1,12 @@
// //
// starfield/data/InputVertex.h // InputVertex.h
// interface // interface/src/starfield/data
// //
// Created by Tobias Schwinger on 3/29/13. // Created by Tobias Schwinger on 3/29/13.
// Modified by Chris Barnard 10/17/13. // Copyright 2013 High Fidelity, Inc.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__starfield__data__InputVertex__ #ifndef __interface__starfield__data__InputVertex__

View file

@ -1,9 +1,12 @@
// //
// starfield/data/Tile.h // Tile.h
// interface // interface/src/starfield/data
// //
// Created by Tobias Schwinger on 3/22/13. // Created by Tobias Schwinger on 3/22/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__starfield__data__Tile__ #ifndef __interface__starfield__data__Tile__

View file

@ -1,58 +1,12 @@
// //
// starfield/renderer/Renderer.h // Renderer.h
// interface // interface/src/starfield/renderer
// //
// Created by Tobias Schwinger on 3/22/13. // Created by Tobias Schwinger on 3/22/13.
// Modified 10/17/13 Chris Barnard. // Copyright 2013 High Fidelity, Inc.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
// //
// Distributed under the Apache License, Version 2.0.
#ifndef __interface__starfield__renderer__Renderer__ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
#define __interface__starfield__renderer__Renderer__
#include "starfield/Config.h"
#include "starfield/data/InputVertex.h"
#include "starfield/data/Tile.h"
#include "starfield/data/GpuVertex.h"
#include "starfield/renderer/Tiling.h"
//
// FOV culling
// ===========
//
// As stars can be thought of as at infinity distance, the field of view only
// depends on perspective and rotation:
//
// _----_ <-- visible stars
// from above +-near-+ - -
// \ / |
// near width: \ / | cos(p/2)
// 2sin(p/2) \/ _
// center
//
//
// Now it is important to note that a change in altitude maps uniformly to a
// distance on a sphere. This is NOT the case for azimuthal angles: In this
// case a factor of 'cos(alt)' (the orbital radius) applies:
//
//
// |<-cos alt ->| | |<-|<----->|->| d_azi cos(alt)
// |
// __--* | --------- -
// __-- * | | | ^ d_alt
// __-- alt) * | | | v
// --------------*- | ------------- -
// |
// side view | tile on sphere
//
//
// This lets us find a worst-case (Eigen) angle from the center to the edge
// of a tile as
//
// hypot( 0.5 d_alt, 0.5 d_azi cos(alt_absmin) ).
//
// This angle must be added to 'p' (the perspective angle) in order to find
// an altered near plane for the culling decision.
// //
namespace starfield { namespace starfield {

View file

@ -1,9 +1,12 @@
// //
// starfield/renderer/Tiling.h // Tiling.h
// interface // interface/src/starfield/renderer
// //
// Created by Tobias Schwinger on 3/22/13. // Created by Tobias Schwinger on 3/22/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__starfield__renderer__Tiling__ #ifndef __interface__starfield__renderer__Tiling__

View file

@ -1,9 +1,12 @@
// //
// starfield/renderer/VertexOrder.h // VertexOrder.h
// interface // interface/src/starfield/renderer
// //
// Created by Tobias Schwinger on 3/22/13. // Created by Tobias Schwinger on 3/22/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__starfield__renderer__VertexOrder__ #ifndef __interface__starfield__renderer__VertexOrder__

View file

@ -1,9 +1,12 @@
// //
// BandwidthDialog.h // BandwidthDialog.h
// interface // interface/src/ui
// //
// Created by Tobias Schwinger on 6/21/13. // Created by Tobias Schwinger on 6/21/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__BandwidthDialog__ #ifndef __hifi__BandwidthDialog__

View file

@ -1,9 +1,12 @@
// //
// BandwidthMeter.h // BandwidthMeter.h
// interface // interface/src/ui
// //
// Created by Tobias Schwinger on 6/20/13. // Created by Tobias Schwinger on 6/20/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__BandwidthMeter__ #ifndef __interface__BandwidthMeter__

View file

@ -1,9 +1,12 @@
// //
// ChatWindow.h // ChatWindow.h
// interface // interface/src/ui
// //
// Created by Dimitar Dobrev on 3/6/14. // Created by Dimitar Dobrev on 3/6/14.
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__ChatWindow__ #ifndef __interface__ChatWindow__

View file

@ -1,9 +1,12 @@
// //
// ImportDialog.h // ImportDialog.h
// hifi // interface/src/ui
// //
// Created by Clement Brisset on 8/12/13. // Created by Clement Brisset on 8/12/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__ImportDialog__ #ifndef __hifi__ImportDialog__

View file

@ -1,9 +1,12 @@
// //
// InfoView.h // InfoView.h
// hifi // interface/src/ui
// //
// Created by Stojce Slavkovski on 9/7/13. // Created by Stojce Slavkovski on 9/7/13.
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__InfoView__ #ifndef __hifi__InfoView__

View file

@ -1,9 +1,12 @@
// //
// LodToolsDialog.h // LodToolsDialog.h
// interface // interface/src/ui
// //
// Created by Brad Hefta-Gaub on 7/19/13. // Created by Brad Hefta-Gaub on 7/19/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__LodToolsDialog__ #ifndef __hifi__LodToolsDialog__

View file

@ -1,9 +1,12 @@
// //
// LogDialog.h // LogDialog.h
// interface // interface/src/ui
// //
// Created by Stojce Slavkovski on 12/12/13. // Created by Stojce Slavkovski on 12/12/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__LogDialog__ #ifndef __interface__LogDialog__

View file

@ -1,9 +1,12 @@
// //
// MetavoxelEditor.h // MetavoxelEditor.h
// interface // interface/src/ui
// //
// Created by Andrzej Kapolka on 1/21/14. // Created by Andrzej Kapolka on 1/21/14.
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__MetavoxelEditor__ #ifndef __interface__MetavoxelEditor__

View file

@ -1,9 +1,12 @@
// //
// ModelsBrowser.h // ModelsBrowser.h
// hifi // interface/src/ui
// //
// Created by Clement on 3/17/14. // Created by Clement on 3/17/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__ModelsBrowser__ #ifndef __hifi__ModelsBrowser__

View file

@ -1,9 +1,12 @@
// //
// OctreeStatsDialog.h // OctreeStatsDialog.h
// interface // interface/src/ui
// //
// Created by Brad Hefta-Gaub on 7/19/13. // Created by Brad Hefta-Gaub on 7/19/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__OctreeStatsDialog__ #ifndef __hifi__OctreeStatsDialog__

View file

@ -1,9 +1,12 @@
// //
// Oscilloscope.h // Oscilloscope.h
// interface // interface/src/ui
// //
// Created by Philip on 1/28/13. // Created by Philip on 1/28/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__Oscilloscope__ #ifndef __interface__Oscilloscope__

View file

@ -1,9 +1,12 @@
// //
// RearMirrorTools.h // RearMirrorTools.h
// interface // interface/src/ui
// //
// Created by stojce on 23.10.2013. // Created by stojce on 23.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__RearMirrorTools__ #ifndef __hifi__RearMirrorTools__

View file

@ -1,9 +1,12 @@
// //
// RunningScripts.h // RunningScriptsWidget.h
// interface // interface/src/ui
// //
// Created by Mohammed Nafees on 03/28/2014. // Created by Mohammed Nafees on 03/28/2014.
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__RunningScriptsWidget__ #ifndef __hifi__RunningScriptsWidget__

View file

@ -1,9 +1,12 @@
// //
// Snapshot.h // Snapshot.h
// hifi // interface/src/ui
// //
// Created by Stojce Slavkovski on 1/26/14. // Created by Stojce Slavkovski on 1/26/14.
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__Snapshot__ #ifndef __hifi__Snapshot__

View file

@ -1,9 +1,12 @@
// //
// Stats.h // Stats.h
// interface // interface/src/ui
// //
// Created by Lucas Crisman on 22/03/14. // Created by Lucas Crisman on 22/03/14.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#include <QObject> #include <QObject>
@ -38,4 +41,4 @@ private:
int _voxelStatsWidth; int _voxelStatsWidth;
int _lastHorizontalOffset; int _lastHorizontalOffset;
}; };

View file

@ -1,9 +1,12 @@
// //
// TextRenderer.h // TextRenderer.h
// interface // interface/src/ui
// //
// Created by Andrzej Kapolka on 4/26/13. // Created by Andrzej Kapolka on 4/26/13.
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__TextRenderer__ #ifndef __interface__TextRenderer__

View file

@ -1,9 +1,11 @@
// //
// UpdateDialog.h // UpdateDialog.h
// interface // interface/src/ui
// //
// Created by Leonardo Murillo <leo@highfidelity.io> on 1/8/14. // Copyright 2014 High Fidelity, Inc.
// Copyright (c) 2013, 2014 High Fidelity, Inc. All rights reserved. //
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __hifi__UpdateDialog__ #ifndef __hifi__UpdateDialog__

View file

@ -1,8 +1,11 @@
// //
// Base3DOverlay.h // Base3DOverlay.h
// interface // interface/src/ui/overlays
// //
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__Base3DOverlay__ #ifndef __interface__Base3DOverlay__

View file

@ -1,8 +1,11 @@
// //
// Cube3DOverlay.h // Cube3DOverlay.h
// interface // interface/src/ui/overlays
// //
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__Cube3DOverlay__ #ifndef __interface__Cube3DOverlay__

View file

@ -1,8 +1,11 @@
// //
// ImageOverlay.h // ImageOverlay.h
// interface // interface/src/ui/overlays
// //
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__ImageOverlay__ #ifndef __interface__ImageOverlay__

View file

@ -1,8 +1,11 @@
// //
// Line3DOverlay.h // Line3DOverlay.h
// interface // interface/src/ui/overlays
// //
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#ifndef __interface__Line3DOverlay__ #ifndef __interface__Line3DOverlay__

Some files were not shown because too many files have changed in this diff Show more