remove author names in file headers
This commit is contained in:
parent
6d279358ab
commit
71cc39a922
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by selim on 02.07.15.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "AudioPlayer.h"
|
#include "AudioPlayer.h"
|
||||||
#include "WavSource.h"
|
#include "WavSource.h"
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by selim on 02.07.15.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef GLTEST_AUDIOPLAYER_H
|
#ifndef GLTEST_AUDIOPLAYER_H
|
||||||
#define GLTEST_AUDIOPLAYER_H
|
#define GLTEST_AUDIOPLAYER_H
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by selim on 02.07.15.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef GLTEST_ISNDSOURCE_H
|
#ifndef GLTEST_ISNDSOURCE_H
|
||||||
#define GLTEST_ISNDSOURCE_H
|
#define GLTEST_ISNDSOURCE_H
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by selim on 02.07.15.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include "WavSource.h"
|
#include "WavSource.h"
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by selim on 02.07.15.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef GLTEST_WAVSOURCE_H
|
#ifndef GLTEST_WAVSOURCE_H
|
||||||
#define GLTEST_WAVSOURCE_H
|
#define GLTEST_WAVSOURCE_H
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by selim on 31.05.15.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "GLObject.h"
|
#include "GLObject.h"
|
||||||
|
|
||||||
#include <glm/gtc/matrix_transform.hpp>
|
#include <glm/gtc/matrix_transform.hpp>
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by selim on 31.05.15.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef GLTEST_GLOBJECT_H
|
#ifndef GLTEST_GLOBJECT_H
|
||||||
#define GLTEST_GLOBJECT_H
|
#define GLTEST_GLOBJECT_H
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by selim on 31.05.15.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef GLTEST_IGLOBJECT_H
|
#ifndef GLTEST_IGLOBJECT_H
|
||||||
#define GLTEST_IGLOBJECT_H
|
#define GLTEST_IGLOBJECT_H
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by Selim Mustafaev on 10.05.15.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "Mesh.h"
|
#include "Mesh.h"
|
||||||
|
|
||||||
#include <glm/gtc/type_ptr.hpp>
|
#include <glm/gtc/type_ptr.hpp>
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by Selim Mustafaev on 10.05.15.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef GLTEST_MESH_H
|
#ifndef GLTEST_MESH_H
|
||||||
#define GLTEST_MESH_H
|
#define GLTEST_MESH_H
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by selim on 07.07.15.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "SpectralMesh.h"
|
#include "SpectralMesh.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by selim on 07.07.15.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef GLTEST_SPECTRALMESH_H
|
#ifndef GLTEST_SPECTRALMESH_H
|
||||||
#define GLTEST_SPECTRALMESH_H
|
#define GLTEST_SPECTRALMESH_H
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by selim on 31.05.15.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "WaveMesh.h"
|
#include "WaveMesh.h"
|
||||||
|
|
||||||
float WaveMesh::heightMapFunc(std::size_t nx, std::size_t ny, float fx, float fy) const {
|
float WaveMesh::heightMapFunc(std::size_t nx, std::size_t ny, float fx, float fy) const {
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by selim on 31.05.15.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef GLTEST_WAVEMESH_H
|
#ifndef GLTEST_WAVEMESH_H
|
||||||
#define GLTEST_WAVEMESH_H
|
#define GLTEST_WAVEMESH_H
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by selim on 31.05.15.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef GLTEST_VERTEX_H
|
#ifndef GLTEST_VERTEX_H
|
||||||
#define GLTEST_VERTEX_H
|
#define GLTEST_VERTEX_H
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by Selim Mustafaev on 07.05.15.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include "ShaderProgram.h"
|
#include "ShaderProgram.h"
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by Selim Mustafaev on 07.05.15.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef GLTEST_SHADERPROGRAM_H
|
#ifndef GLTEST_SHADERPROGRAM_H
|
||||||
#define GLTEST_SHADERPROGRAM_H
|
#define GLTEST_SHADERPROGRAM_H
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user