~ogre-team/testogre/soc09-samples

« back to all changes in this revision

Viewing changes to PlugIns/OctreeZone/src/OgreTerrainVertexProgram.cpp

  • Committer: sinbad
  • Date: 2009-09-27 15:34:47 UTC
  • Revision ID: svn-v4:8631bf8a-c64b-0410-883c-f3eb003322f7:branches/soc09-samples:9120
Merged trunk changes to r9109 into soc09-samples so that we can perform platform tests & refine
Once again a staged commit because of crappy server performance

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
(Object-oriented Graphics Rendering Engine)
6
6
For the latest info, see http://www.ogre3d.org/
7
7
 
8
 
Copyright (c) 2000-2006 Torus Knot Software Ltd
9
 
Also see acknowledgements in Readme.html
10
 
 
11
 
This program is free software; you can redistribute it and/or modify it under
12
 
the terms of the GNU Lesser General Public License as published by the Free Software
13
 
Foundation; either version 2 of the License, or (at your option) any later
14
 
version.
15
 
 
16
 
This program is distributed in the hope that it will be useful, but WITHOUT
17
 
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
18
 
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
19
 
 
20
 
You should have received a copy of the GNU Lesser General Public License along with
21
 
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
22
 
Place - Suite 330, Boston, MA 02111-1307, USA, or go to
23
 
http://www.gnu.org/copyleft/lesser.txt.
24
 
 
25
 
You may alternatively use this source under the terms of a specific version of
26
 
the OGRE Unrestricted License provided you have obtained such a license from
27
 
Torus Knot Software Ltd.
 
8
Copyright (c) 2000-2009 Torus Knot Software Ltd
 
9
 
 
10
Permission is hereby granted, free of charge, to any person obtaining a copy
 
11
of this software and associated documentation files (the "Software"), to deal
 
12
in the Software without restriction, including without limitation the rights
 
13
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 
14
copies of the Software, and to permit persons to whom the Software is
 
15
furnished to do so, subject to the following conditions:
 
16
 
 
17
The above copyright notice and this permission notice shall be included in
 
18
all copies or substantial portions of the Software.
 
19
 
 
20
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
21
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
22
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 
23
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 
24
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 
25
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 
26
THE SOFTWARE.
28
27
-----------------------------------------------------------------------------
29
28
*/
30
29