|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
glPointSize
The glPointSize function specifies the diameter of rasterized points.
void glPointSize( GLfloat size );
Parameters
size
Specifies the diameter of rasterized points. The default is 1.0.
Remarks
The glPointSize function specifies the rasterized diameter of both aliased and antialiased points. Using a point size other than 1.0 has different effects, depending on whether point antialiasing is enabled. Point antialiasing is controlled by calling glEnable and glDisable with argument GL_POINT_SMOOTH. If point antialiasing is disabled, the actual size is determined by rounding the supplied size to the nearest integer. (If the rounding results in the value 0, it is as if the point size were 1.) If the rounded size is odd, then the center point (x, y) of the pixel fragment that represents the point is computed as
( лx (w) ы + .5 , лy (w) ы + .5)
where w subscripts indicate window coordinates. All pixels that lie within the square grid of the rounded size centered at (x , y) make up the fragment. If the size is even, the center point is
( лx (w) + .5ы, лy (w) + .5ы )
and the rasterized fragments centers are the half-integer window coordinates within the square of the rounded size centered at ( x, y). All pixel fragments produced in rasterizing a nonantialiased point are assigned the same associated data; that of the vertex corresponding to the point. If antialiasing is enabled, then point rasterization produces a fragment for each pixel square that intersects the region lying within the circle having diameter equal to the current point size and centered at the points (x (w) , y (w) ). The coverage value for each fragment is the window coordinate area of the intersection of the circular region with the corresponding pixel square. This value is saved and used in the final rasterization step. The data associated with each fragment is the data associated with the point being rasterized.
Not all sizes are supported when point antialiasing is enabled. If an unsupported size is requested, the nearest supported size is used. Only size 1.0 is guaranteed to be supported; others depend on the implementation. The range of supported sizes and the size difference between supported sizes within the range can be queried by calling glGet with arguments GL_POINT_SIZE_RANGE and GL_POINT_SIZE_GRANULARITY. The point size specified by glPointSize is always returned when GL_POINT_SIZE is queried. Clamping and rounding for aliased and antialiased points have no effect on the specified value.
Non-antialiased point size may be clamped to an implementation-dependent maximum. Although this maximum cannot be queried, it must be no less than the maximum value for antialiased points, rounded to the nearest integer value. The following functions retrieve information related to the glPointSize function: glGet with argument GL_POINT_SIZE glGet with argument GL_POINT_SIZE_RANGE glGet with argument GL_POINT_SIZE_GRANULARITY
glIsEnabled with argument GL_POINT_SMOOTH
Errors
GL_INVALID_VALUE is generated if size is less than or equal to zero. GL_INVALID_OPERATION is generated if glPointSize is called between a call to glBegin and the corresponding call to glEnd .
See Also
glEnable
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
glPointSize
Функция glPointSize определяет диаметр rasterized точек.
пустота glPointSize( размер GLfloat );
Параметры
размер
Определяет диаметр rasterized точек. Невыполнение - 1.0.
Замечания
Функция glPointSize определяет rasterized диаметр как aliased так и antialiased точек. Использование размера точки кроме 1.0 имеет другие эффекты, или сглаживание точки приспособлено. Сглаживание Точки управлялось вызовом glEnable и glDisable с аргументом GL_POINT_SMOOTH. Если сглаживание точки выведено из строя, фактический размер определен округляющим поставленным размером в ближайшее целое. (Если округляющие результаты в величине 0, это - как будто размер точки были 1.) Если закругленный размер нечетный, тогда точка центра (x, y) фрагмента пикселя, что представляет что точка вычислена как
( лx (w) ы + .5 , лy (w) ы + .5)
где w приписки указывают координаты окна. Все пиксели, которые лежат в пределах квадратной сетки закругленного размера отцентрированного в (x , y), создавать фрагмент. Если размер - даже, точка центра
( лx (w) + .5ы, лy (w) + .5ы )
и rasterized центры фрагментов являются половиной-целым координат окна в пределах квадрата закругленного размера отцентрированного в ( x, y). Все фрагменты пикселя произведенные в rasterizing nonantialiased точка назначена те же связанные данные; та самая вершина, соответствующая по существу,. Если сглаживание приспособлено, тогда укажите выдаче растеризации фрагмент для каждого квадрата пикселя, что пересекать область, лежащая в пределах круга, имеющего равняться диаметра текущему размеру точки и отцентрированное в точках (x (w) , y (w) ). Величина охвата для каждого фрагмента - координатная область окна пересечения циклической области с соответствующим квадратом пикселя. Эта величина сохранена и использована в конечном шаге растеризации. Данные связанные каждым фрагментом - данные связанные точкой rasterized.
Не все размеры поддерживаны когда сглаживание точки приспособлено. Если неподдерживаемый размер требуется, ближайший предусмотренный размер использован. Только размер 1.0 гарантирован, чтобы быть поддерживанн; другие зависят от реализации. Дипазон предусмотренных размеров и размер различия между предусмотренными размерами в пределах дипазона может быть спрошен вызовом glGet с аргументами GL_POINT_SIZE_RANGE и GL_POINT_SIZE_GRANULARITY. Размер точки определенный glPointSize всегда возвращан когда GL_POINT_SIZE спрошен. Скрепляя и округляясь для aliased и antialiased точки не имеют эффект в определенной величине.
Не-antialiased размер точки может быть скреплен на реализация-зависимый максимум. Хотя этот максимум не может быть спрошен, это должно быть никакое менее чем максимальная величина для antialiased точки, округленная в ближайшую величину целого. Следующее функций извлекает информацию имело отношение к функции glPointSize: glGet С аргументом GL_POINT_SIZE glGet с аргументом GL_POINT_SIZE_RANGE glGet с аргументом GL_POINT_SIZE_GRANULARITY
glIsEnabled АРГУМЕНТОМ GL_POINT_SMOOTH
Ошибки
GL_INVALID_VALUE сгенерирован если размер - менее чем или равный нулю. GL_INVALID_OPERATION сгенерирован если glPointSize назван между вызовом на glBegin и соответствующий вызов на glEnd .
Смотри Также
glEnable
| |
|
|
| |