forked from oerkki/voxelands
set point size for stars
This commit is contained in:
parent
e6ea2e515f
commit
ca029edf6c
|
@ -62,6 +62,7 @@ Sky::Sky(scene::ISceneNode* parent, scene::ISceneManager* mgr, s32 id):
|
|||
mat.TextureLayer[0].TextureWrapU = video::ETC_CLAMP_TO_EDGE;
|
||||
mat.TextureLayer[0].TextureWrapV = video::ETC_CLAMP_TO_EDGE;
|
||||
mat.BackfaceCulling = false;
|
||||
mat.Thickness = 1.0;
|
||||
|
||||
m_materials[0] = mat;
|
||||
|
||||
|
|
Loading…
Reference in New Issue