~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/extras/ogl-sample/main/doc/man/manglu/standard/nurbscurve.gl

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
_C_ License Applicability. Except to the extent portions of this file are
 
2
_C_ made subject to an alternative license as permitted in the SGI Free
 
3
_C_ Software License B, Version 1.1 (the "License"), the contents of this
 
4
_C_ file are subject only to the provisions of the License. You may not use
 
5
_C_ this file except in compliance with the License. You may obtain a copy
 
6
_C_ of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
 
7
_C_ Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
 
8
_C_ 
 
9
_C_ http://oss.sgi.com/projects/FreeB
 
10
_C_ 
 
11
_C_ Note that, as provided in the License, the Software is distributed on an
 
12
_C_ "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
 
13
_C_ DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
 
14
_C_ CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
 
15
_C_ PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
 
16
_C_ 
 
17
_C_ Original Code. The Original Code is: OpenGL Sample Implementation,
 
18
_C_ Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
 
19
_C_ Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
 
20
_C_ Copyright in any portions created by third parties is as indicated
 
21
_C_ elsewhere herein. All Rights Reserved.
 
22
_C_ 
 
23
_C_ Additional Notice Provisions: The application programming interfaces
 
24
_C_ established by SGI in conjunction with the Original Code are The
 
25
_C_ OpenGL(R) Graphics System: A Specification (Version 1.2.1), released
 
26
_C_ April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version
 
27
_C_ 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X
 
28
_C_ Window System(R) (Version 1.3), released October 19, 1998. This software
 
29
_C_ was created using the OpenGL(R) version 1.2.1 Sample Implementation
 
30
_C_ published by SGI, but has not been independently verified as being
 
31
_C_ compliant with the OpenGL(R) version 1.2.1 Specification.
 
32
_C_
 
33
_C_ $Date$ $Revision$
 
34
_C_ The first character in this file must be an '_'!
 
35
_C_ Anything on a line after _C_ is ignored
 
36
_define(_filters,eqn)_C_
 
37
_C_      eqn is automatically replaced with neqn for nroff
 
38
_header(NurbsCurve, define the shape of a NURBS curve)
 
39
_names(NurbsCurve)
 
40
.EQ
 
41
delim $$
 
42
.EN
 
43
.SH PARAMETERS
 
44
_phead(_param1)
 
45
Specifies the NURBS object (created with _cmnd(NewNurbsRenderer)).
 
46
_phead(_param2)
 
47
Specifies the number of knots in _param3.
 
48
_param2 equals the number of control points plus the order.
 
49
_phead(_param3)
 
50
Specifies an array of _param2 nondecreasing knot values.
 
51
_phead(_param4)
 
52
Specifies the offset (as a number of single-precision floating-point values)
 
53
between successive curve control points.
 
54
_phead(_param5)
 
55
Specifies a pointer to an array of control points. The coordinates must
 
56
agree with _param7, specified below.
 
57
_phead(_param6)
 
58
Specifies the order of the NURBS curve. _param6 equals degree + 1, hence
 
59
a cubic curve has an order of 4.
 
60
_phead(_param7)
 
61
Specifies the type of the curve. If this curve is defined within a 
 
62
_cmnd(BeginCurve)/_cmnd(EndCurve) pair, then 
 
63
the type can be any of the valid
 
64
one-dimensional evaluator types (such as _const(MAP1_VERTEX_3) or 
 
65
_const(MAP1_COLOR_4)). Between a _cmnd(BeginTrim)/_cmnd(EndTrim) pair,
 
66
the only valid types are _gluconst(MAP1_TRIM_2) and _gluconst(MAP1_TRIM_3).
 
67
.SH DESCRIPTION
 
68
Use _cmnd to describe a NURBS curve.
 
69
.P
 
70
When _cmnd appears between a _cmnd(BeginCurve)/_cmnd(EndCurve) pair, it is 
 
71
used to describe a curve to be rendered.
 
72
Positional, texture, and color coordinates are associated
 
73
by presenting each as a separate _cmnd between a 
 
74
_cmnd(BeginCurve)/_cmnd(EndCurve) pair. No more than
 
75
one call to _cmnd for each of color, position, and texture
 
76
data can be made within a single _cmnd(BeginCurve)/_cmnd(EndCurve)
 
77
pair. Exactly one call must be made to describe the position of the 
 
78
curve (a _param7 of _const(MAP1_VERTEX_3) or _const(MAP1_VERTEX_4)).
 
79
.P
 
80
When _cmnd appears between a _cmnd(BeginTrim)/_cmnd(EndTrim) pair, it is 
 
81
used to describe a trimming curve on a NURBS surface. If _param7 is
 
82
_gluconst(MAP1_TRIM_2), then it describes a curve in two-dimensional (\f2u\fP 
 
83
and \f2v\fP)
 
84
parameter space. If it is _gluconst(MAP1_TRIM_3), then it describes a 
 
85
curve in two-dimensional homogeneous (\f2u\fP, \f2v\fP, and \f2w\fP) 
 
86
parameter space.
 
87
See the _cmnd(BeginTrim) reference page for more discussion about trimming
 
88
curves.
 
89
.SH EXAMPLE
 
90
The following commands render a textured NURBS curve with normals:
 
91
.sp
 
92
.Ex
 
93
gluBeginCurve(nobj);
 
94
   gluNurbsCurve(nobj, ..., GL_MAP1_TEXTURE_COORD_2);
 
95
   gluNurbsCurve(nobj, ..., GL_MAP1_NORMAL);
 
96
   gluNurbsCurve(nobj, ..., GL_MAP1_VERTEX_4);
 
97
gluEndCurve(nobj);
 
98
.Ee
 
99
.sp
 
100
.SH NOTES
 
101
To define trim curves which stitch well, use _cmnd(PwlCurve).
 
102
.SH SEE ALSO
 
103
_cmnd(BeginCurve), _cmnd(BeginTrim), _cmnd(NewNurbsRenderer), _cmnd(PwlCurve)
 
104