overte-HifiExperiments/interface/src/world.h
2014-03-11 17:26:58 -07:00

15 lines
293 B
C

//
// world.h
// interface
//
// Created by Philip Rosedale on 8/23/12.
// Copyright (c) 2012 High Fidelity, Inc. All rights reserved.
//
#ifndef __interface__world__
#define __interface__world__
const float GRAVITY_EARTH = 9.80665f;
const float EDGE_SIZE_GROUND_PLANE = 20.f;
#endif