hi all
I want to reduce polygons of my model
is that possible in glscne ?

look at my example :
i want to do this condition :
if camera is nearness from my model then
polygons of my model:= normal ;

if camera is far from my model then
polygons of my model:= reduce ;

Please help me