mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
Remove commented dead code
This commit is contained in:
parent
f525a8a245
commit
66c5aec744
1 changed files with 0 additions and 4 deletions
|
@ -218,10 +218,6 @@ void Stars::render(RenderArgs* renderArgs, float alpha) {
|
|||
|
||||
// Render the stars
|
||||
batch.setPipeline(_starsPipeline);
|
||||
/* batch._glEnable(GL_PROGRAM_POINT_SIZE_EXT);
|
||||
batch._glEnable(GL_VERTEX_PROGRAM_POINT_SIZE);
|
||||
batch._glEnable(GL_POINT_SMOOTH);
|
||||
*/
|
||||
batch.setInputFormat(streamFormat);
|
||||
batch.setInputBuffer(VERTICES_SLOT, posView);
|
||||
batch.setInputBuffer(COLOR_SLOT, colView);
|
||||
|
|
Loading…
Reference in a new issue