ajouts dans les cmakelists pour leenuqs
This commit is contained in:
parent
38cfa95297
commit
681ac61a74
@ -1,4 +1,4 @@
|
|||||||
#include "booster.h";
|
#include "booster.h"
|
||||||
|
|
||||||
void Booster::RenderBillboard(const Vector3f pos, TextureAtlas& textureAtlas, Shader& shader, Transformation tran)
|
void Booster::RenderBillboard(const Vector3f pos, TextureAtlas& textureAtlas, Shader& shader, Transformation tran)
|
||||||
{
|
{
|
||||||
@ -43,4 +43,4 @@ void Booster::RenderBillboard(const Vector3f pos, TextureAtlas& textureAtlas, S
|
|||||||
shader.Disable();
|
shader.Disable();
|
||||||
//tran.ApplyTranslation(-m_position);
|
//tran.ApplyTranslation(-m_position);
|
||||||
//glEnable(GL_DEPTH_TEST);
|
//glEnable(GL_DEPTH_TEST);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user