Add simple render

This commit is contained in:
Miloslav Číž 2018-09-11 08:24:33 +02:00
parent 71d15df2dd
commit 72fc074af1

View file

@ -810,7 +810,8 @@ void draw()
c.computeTextureCoords = 1; c.computeTextureCoords = 1;
player.mCamera.height += player.mHeadBob; player.mCamera.height += player.mHeadBob;
render(player.mCamera,floorHeightAt,0,textureAt,pixelFunc,c); renderSimple(player.mCamera,floorHeightAt,textureAt,pixelFunc,c);
// render(player.mCamera,floorHeightAt,0,textureAt,pixelFunc,c);
player.mCamera.height -= player.mHeadBob; player.mCamera.height -= player.mHeadBob;
if (shotFired) if (shotFired)