set point size for stars

This commit is contained in:
darkrose 2017-06-25 03:17:42 +10:00
parent e6ea2e515f
commit ca029edf6c
1 changed files with 1 additions and 0 deletions

View File

@ -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;