/usr/share/Coin/draggerDefaults/tabBoxDragger.iv is in libcoin80-runtime 3.1.4~abc9f50+dfsg3-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | #Inventor V2.1 ascii
# Standard common material definition.
DEF TABBOX_INACTIVE_MATERIAL Material { diffuseColor 0.5 0.5 0.5 emissiveColor 0.5 0.5 0.5 }
# Note: these two are duplicated in tabPlaneDragger.iv -- migrate
# changes.
DEF tabBoxScaleTabMaterial Material { diffuseColor 0 0.5 0 emissiveColor 0 0.5 0 }
DEF tabBoxScaleTabHints ShapeHints {
# Make sure only the front side of the polygons are shown.
vertexOrdering COUNTERCLOCKWISE
shapeType SOLID
}
# For displaying the border lines.
DEF tabBoxBoxGeom Separator {
USE TABBOX_INACTIVE_MATERIAL
DrawStyle { style LINES }
PickStyle { style UNPICKABLE }
Cube { }
}
# Defines translator planes for picking.
DEF tabBoxTranslator Separator {
DrawStyle { style INVISIBLE }
Coordinate3 { point [ -1 -1 0, 1 -1 0, 1 1 0, -1 1 0 ] }
IndexedFaceSet { coordIndex [ 0, 1, 2, 3, -1 ] }
}
|