mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:07:58 +02:00
Merge pull request #410 from birarda/master
remove AvatarRenderer, no longer in use
This commit is contained in:
commit
c58c0c3295
3 changed files with 0 additions and 41 deletions
|
@ -15,7 +15,6 @@
|
||||||
#include <Orientation.h>
|
#include <Orientation.h>
|
||||||
#include "world.h"
|
#include "world.h"
|
||||||
#include "AvatarTouch.h"
|
#include "AvatarTouch.h"
|
||||||
#include "AvatarRenderer.h"
|
|
||||||
#include "InterfaceConfig.h"
|
#include "InterfaceConfig.h"
|
||||||
#include "SerialInterface.h"
|
#include "SerialInterface.h"
|
||||||
#include "Balls.h"
|
#include "Balls.h"
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
//
|
|
||||||
// AvatarRenderer.cpp
|
|
||||||
// interface
|
|
||||||
//
|
|
||||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <glm/glm.hpp>
|
|
||||||
#include <SharedUtil.h>
|
|
||||||
#include "AvatarRenderer.h"
|
|
||||||
#include "InterfaceConfig.h"
|
|
||||||
|
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
//
|
|
||||||
// AvatarRenderer.h
|
|
||||||
// interface
|
|
||||||
//
|
|
||||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef __interface__AvatarRenderer__
|
|
||||||
#define __interface__AvatarRenderer__
|
|
||||||
|
|
||||||
#include "Avatar.h"
|
|
||||||
#include <glm/glm.hpp>
|
|
||||||
|
|
||||||
/*
|
|
||||||
class AvatarRenderer : public Avatar {
|
|
||||||
public:
|
|
||||||
|
|
||||||
AvatarRenderer();
|
|
||||||
void render();
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
void renderBody();
|
|
||||||
};
|
|
||||||
*/
|
|
||||||
|
|
||||||
#endif
|
|
Loading…
Reference in a new issue