'Declaration <DescriptionAttribute("Enables/disables local viewpoint lighting. The local viewpoint lighting controls the way OpenGL calculates specular reflection angles.")> <CategoryAttribute("General")> <DefaultValueAttribute()> Public Property LocalViewpointLighting As Boolean
'Usage Dim instance As LightModel Dim value As Boolean instance.LocalViewpointLighting = value value = instance.LocalViewpointLighting
[Description("Enables/disables local viewpoint lighting. The local viewpoint lighting controls the way OpenGL calculates specular reflection angles.")] [Category("General")] [DefaultValue()] public bool LocalViewpointLighting {get; set;}