Parent Directory | Revision Log
Revision 299 - (view) (download) (as text)
1 : | eile | 229 | /****************************************************************************** |
2 : | * * | ||
3 : | * Copyright (c) 2002 Silicon Graphics, Inc. All Rights Reserved. * | ||
4 : | * * | ||
5 : | * The recipient ("Recipient") of this software, including as modified * | ||
6 : | * ("Software") may reproduce, redistribute, use, and derive works from the * | ||
7 : | * Software without restriction, subject to the following conditions: * | ||
8 : | * * | ||
9 : | * - Redistribution of the Software in any form must reproduce this entire * | ||
10 : | * notice, including as modified in accordance with these provisions * | ||
11 : | * ("Notice"); * | ||
12 : | * - Any Recipient who modifies and subsequently redistributes the Software * | ||
13 : | * shall add information to this Notice to sufficiently identify the * | ||
14 : | * Recipient's modifications; * | ||
15 : | * - Recipient may not use the name(s) of any previous Recipient to endorse * | ||
16 : | * or promote any products derived from the Software without prior express * | ||
17 : | * written permission from such previous Recipient. * | ||
18 : | * * | ||
19 : | * THE SOFTWARE IS PROVIDED "AS IS," WITHOUT ANY EXPRESS OR IMPLIED WARRANTY * | ||
20 : | * OR CONDITION, INCLUDING WITHOUT LIMITATION ANY WARRANTIES OR CONDITIONS OF * | ||
21 : | * MERCHANTABILITY, SECURITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR * | ||
22 : | * PURPOSE, AND NONINFRINGEMENT. PATENT LICENSES, IF ANY, PROVIDED HEREIN * | ||
23 : | * DO NOT APPLY TO COMBINATIONS OF THIS PROGRAM WITH OTHER SOFTWARE, OR ANY * | ||
24 : | * OTHER PRODUCT WHATSOEVER. IN NO EVENT WILL THE ORIGINATOR OR SUBSEQUENT * | ||
25 : | * RECIPIENT OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * | ||
26 : | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING IN RELATION TO THE * | ||
27 : | * SOFTWARE, ITS USE, OR THESE PROVISIONS, HOWEVER CAUSED AND ON ANY THEORY * | ||
28 : | * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR NEGLIGENCE OR * | ||
29 : | * OTHER TORT, EVEN IF PRE-ADVISED OF THE PROSPECT OF SUCH DAMAGES. * | ||
30 : | * * | ||
31 : | * This Software was developed at private expense; if acquired under an * | ||
32 : | * agreement with the USA government or any contractor thereto, it is * | ||
33 : | * acquired as "commercial computer software" subject to the provisions of * | ||
34 : | * this license agreement, as specified in (a) 48 CFR 12.212 of the FAR; or, * | ||
35 : | * if acquired for Department of Defense units, (b) 48 CFR 227-7202 of the * | ||
36 : | * DoD FAR Supplement; or sections succeeding thereto. * | ||
37 : | * * | ||
38 : | * * | ||
39 : | * Originator: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy, * | ||
40 : | * Mountain View, CA 94043. http://www.sgi.com * | ||
41 : | * * | ||
42 : | ******************************************************************************/ | ||
43 : | |||
44 : | #ifndef _VERTEX_H_ | ||
45 : | #define _VERTEX_H_ | ||
46 : | |||
47 : | struct Vertex | ||
48 : | { | ||
49 : | float pos[3]; | ||
50 : | }; | ||
51 : | |||
52 : | #endif // _VERTEX_H_ | ||
53 : |
Back to Equalizer website | ViewVC Help |
Powered by ViewVC 1.0.3 |