overte-JulianGro/interface/resources/shaders/metavoxel_heightfield.vert
2014-07-28 19:10:59 -07:00

16 lines
353 B
GLSL

#version 120
//
// metavoxel_heighfield.vert
// vertex shader
//
// Created by Andrzej Kapolka on 7/28/14.
// 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
//
void main(void) {
gl_Position = ftransform();
}