view dragon.vert @ 15:2d2aadfa3df3

Fix calculation of totalFrames.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 29 Oct 2019 12:51:25 +0200
parents 4d6fec8f0c64
children
line wrap: on
line source

void main()
{
gl_Position = ftransform();
}