overte/interface/src/world.h
2014-04-09 12:03:17 -07:00

18 lines
417 B
C

//
// world.h
// interface/src
//
// Created by Philip Rosedale on 8/23/12.
// 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_world_h
#define hifi_world_h
const float GRAVITY_EARTH = 9.80665f;
const float EDGE_SIZE_GROUND_PLANE = 20.f;
#endif // hifi_world_h