~ubuntu-branches/ubuntu/oneiric/soqt/oneiric

« back to all changes in this revision

Viewing changes to test-code/components/tripleview.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2006-02-06 22:34:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060206223400-g69m5soqa4zh0gkc
Tags: 1.3.0-3
debian/control: update libsoqt-dev depends.  Closes: #351700.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**************************************************************************\
2
2
 *
3
3
 *  This file is part of the Coin 3D visualization library.
4
 
 *  Copyright (C) 1998-2004 by Systems in Motion.  All rights reserved.
 
4
 *  Copyright (C) 1998-2005 by Systems in Motion.  All rights reserved.
5
5
 *
6
6
 *  This library is free software; you can redistribute it and/or
7
7
 *  modify it under the terms of the GNU General Public License
16
16
 *
17
17
 *  See <URL:http://www.coin3d.org/> for more information.
18
18
 *
19
 
 *  Systems in Motion, Teknobyen, Abels Gate 5, 7030 Trondheim, NORWAY.
 
19
 *  Systems in Motion, Postboks 1283, Pirsenteret, 7462 Trondheim, NORWAY.
20
20
 *  <URL:http://www.sim.no/>.
21
21
 *
22
22
\**************************************************************************/
90
90
  SoQtRenderArea * area = new SoQtRenderArea(viewparent);
91
91
  area->setSceneGraph(root);
92
92
  
93
 
#ifndef __COIN_
 
93
#ifndef __COIN__
94
94
  // IMPORTANT: make sure each GL context has a unique cache context
95
95
  // id.  this is needed for TGS/SGI Inventor. Coin handles this
96
96
  // automatically.