/************************************************************************** * * This file is part of the Coin 3D visualization library. * Copyright (C) 1998-2007 by Systems in Motion. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * ("GPL") version 2 as published by the Free Software Foundation. * See the file LICENSE.GPL at the root directory of this source * distribution for additional information about the GNU GPL. * * For using Coin with software that can not be combined with the GNU * GPL, and for taking advantage of the additional benefits of our * support services, please contact Systems in Motion about acquiring * a Coin Professional Edition License. * * See http://www.coin3d.org/ for more information. * * Systems in Motion, Postboks 1283, Pirsenteret, 7462 Trondheim, NORWAY. * http://www.sim.no/ sales@sim.no coin-support@coin3d.org * \**************************************************************************/ #ifndef COIN_INTERNAL #error this is a private header file #endif /* !COIN_INTERNAL */ #ifndef SO_DRAGPOINTDRAGGER_IV_H #define SO_DRAGPOINTDRAGGER_IV_H static const char DRAGPOINTDRAGGER_draggergeometry[] = "#Inventor V2.1 ascii\n" "\n" "\n" "\n" "DEF DRAGPOINT_INACTIVE_MATERIAL Material { diffuseColor 0.5 0.5 0.5 emissiveColor 0.5 0.5 0.5 }\n" "DEF DRAGPOINT_ACTIVE_MATERIAL Material { diffuseColor 0.5 0.5 0 emissiveColor 0.5 0.5 0 }\n" "DEF DRAGPOINT_FEEDBACK_MATERIAL Material { diffuseColor 0.5 0 0.5 emissiveColor 0.5 0 0.5 transparency 0.2 }\n" "\n" "\n" "\n" "DEF DRAGPOINT_STICK Group {\n" " Rotation { rotation 0 0 1 1.57 }\n" " Cylinder { height 1.5 radius 0.2 }\n" "}\n" "\n" "DEF DRAGPOINT_INACTIVE_STICK Separator {\n" " USE DRAGPOINT_INACTIVE_MATERIAL\n" " USE DRAGPOINT_STICK\n" "}\n" "DEF DRAGPOINT_ACTIVE_STICK Separator {\n" " USE DRAGPOINT_ACTIVE_MATERIAL\n" " USE DRAGPOINT_STICK\n" "}\n" "\n" "DEF dragPointXTranslatorTranslator Separator { USE DRAGPOINT_INACTIVE_STICK } \n" "DEF dragPointXTranslatorTranslatorActive Separator { USE DRAGPOINT_ACTIVE_STICK }\n" "DEF dragPointYTranslatorTranslator Separator { USE DRAGPOINT_INACTIVE_STICK }\n" "DEF dragPointYTranslatorTranslatorActive Separator { USE DRAGPOINT_ACTIVE_STICK }\n" "DEF dragPointZTranslatorTranslator Separator { USE DRAGPOINT_INACTIVE_STICK }\n" "DEF dragPointZTranslatorTranslatorActive Separator { USE DRAGPOINT_ACTIVE_STICK }\n" "\n" "\n" "DEF DRAGPOINT_PLANE Group { Cube { width 1 height 1 depth .1 } }\n" "\n" "DEF DRAGPOINT_INACTIVE_PLANE Separator {\n" " USE DRAGPOINT_INACTIVE_MATERIAL\n" " USE DRAGPOINT_PLANE\n" "}\n" "DEF DRAGPOINT_ACTIVE_PLANE Separator {\n" " USE DRAGPOINT_ACTIVE_MATERIAL\n" " USE DRAGPOINT_PLANE\n" "}\n" "\n" "DEF dragPointXYTranslatorTranslator Separator { USE DRAGPOINT_INACTIVE_PLANE }\n" "DEF dragPointXYTranslatorTranslatorActive Separator { USE DRAGPOINT_ACTIVE_PLANE }\n" "DEF dragPointXZTranslatorTranslator Separator { USE DRAGPOINT_INACTIVE_PLANE }\n" "DEF dragPointXZTranslatorTranslatorActive Separator { USE DRAGPOINT_ACTIVE_PLANE }\n" "DEF dragPointYZTranslatorTranslator Separator { USE DRAGPOINT_INACTIVE_PLANE }\n" "DEF dragPointYZTranslatorTranslatorActive Separator { USE DRAGPOINT_ACTIVE_PLANE }\n" "\n" "\n" "DEF DRAGPOINT_FEEDBACK_LINE Group {\n" " Coordinate3 { point [ 0 -10 0, 0 10 0 ] }\n" " LineSet { }\n" "\n" " Transform { translation 0 10 0 }\n" " DEF DRAGPOINT_FEEDBACK_ARROWHEAD Cone { height 0.5 bottomRadius 0.5 }\n" " Transform { translation 0 -20 0 }\n" " Rotation { rotation 0 0 1 3.14 }\n" " USE DRAGPOINT_FEEDBACK_ARROWHEAD\n" "}\n" "\n" "DEF dragPointXFeedback Separator {\n" " USE DRAGPOINT_FEEDBACK_MATERIAL\n" " Rotation { rotation 0 0 1 1.57 }\n" " USE DRAGPOINT_FEEDBACK_LINE\n" "}\n" "DEF dragPointYFeedback Separator {\n" " USE DRAGPOINT_FEEDBACK_MATERIAL\n" " USE DRAGPOINT_FEEDBACK_LINE\n" "}\n" "DEF dragPointZFeedback Separator {\n" " USE DRAGPOINT_FEEDBACK_MATERIAL\n" " Rotation { rotation 1 0 0 1.57 }\n" " USE DRAGPOINT_FEEDBACK_LINE\n" "}\n" "\n" "\n" "DEF DRAGPOINT_FEEDBACK_PLANE Group {\n" " ShapeHints { shapeType UNKNOWN_SHAPE_TYPE }\n" " Coordinate3 { point [ -10 0 -10, -10 0 10, 10 0 10, 10 0 -10, -10 0 -10 ] }\n" " FaceSet { }\n" " Scale { scaleFactor 1.05 1 1.05 }\n" " LineSet { }\n" "}\n" "\n" "DEF dragPointXYFeedback Separator {\n" " USE DRAGPOINT_FEEDBACK_MATERIAL\n" " Rotation { rotation 1 0 0 1.57 }\n" " USE DRAGPOINT_FEEDBACK_PLANE\n" "}\n" "DEF dragPointXZFeedback Separator {\n" " USE DRAGPOINT_FEEDBACK_MATERIAL\n" " USE DRAGPOINT_FEEDBACK_PLANE\n" "}\n" "DEF dragPointYZFeedback Separator {\n" " USE DRAGPOINT_FEEDBACK_MATERIAL\n" " Rotation { rotation 0 0 1 1.57 }\n" " USE DRAGPOINT_FEEDBACK_PLANE\n" "}\n"; #endif /* ! SO_DRAGPOINTDRAGGER_IV_H */