- Timestamp:
- Jul 11, 2010, 1:49:29 PM (14 years ago)
- Location:
- osgVisual
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/cluster/dataIO_clusterENet_implementation.h
r66 r68 1 1 #pragma once 2 #if _MSC_VER > 1000 3 #pragma warning(disable:4146) 4 #endif // _MSC_VER > 1000 2 /* -*-c++-*- osgVisual - Copyright (C) 2009-2010 Torben Dannhauer 3 * 4 * This library is based on OpenSceneGraph, open source and may be redistributed and/or modified under 5 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 6 * (at your option) any later version. The full license is in LICENSE file 7 * included with this distribution, and on the openscenegraph.org website. 8 * 9 * osgVisual requires for some proprietary modules a license from the correspondig manufacturer. 10 * You have to aquire licenses for all used proprietary modules. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * OpenSceneGraph Public License for more details. 16 */ 17 5 18 6 19 #include <osg/referenced> -
osgVisual/src/cluster/dataIO_clusterENet_implementation.cpp
r67 r68 1 /* -*-c++-*- osgVisual - Copyright (C) 2009-2010 Torben Dannhauer 2 * 3 * This library is based on OpenSceneGraph, open source and may be redistributed and/or modified under 4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or 5 * (at your option) any later version. The full license is in LICENSE file 6 * included with this distribution, and on the openscenegraph.org website. 7 * 8 * osgVisual requires for some proprietary modules a license from the correspondig manufacturer. 9 * You have to aquire licenses for all used proprietary modules. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * OpenSceneGraph Public License for more details. 15 */ 16 1 17 #include "dataIO_clusterENet_implementation.h" 2 18 -
osgVisual/src/cluster/enet/compress.c
r65 r68 1 #if _MSC_VER > 1000 2 #pragma warning(disable:4146) 3 #endif // _MSC_VER > 1000 4 1 5 /** 2 6 @file compress.c -
osgVisual/src/core/visual_core.cpp
r67 r68 60 60 61 61 // Load terrain 62 loadTerrain(arguments);62 //loadTerrain(arguments); 63 63 64 64 // Show model … … 88 88 // Initialize DataIO interface 89 89 visual_dataIO::getInstance()->init(viewer, arguments); 90 91 loadTerrain(arguments); 90 92 91 93 // All modules are initialized - now check arguments for any unused parameter.
Note: See TracChangeset
for help on using the changeset viewer.