/usr/share/Coin/draggerDefaults/tabPlaneDragger.iv is in libcoin60-runtime 3.1.3-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 | #Inventor V2.1 ascii
# Note: these two are duplicated in tabBoxDragger.iv -- migrate
# changes.
DEF tabPlaneScaleTabMaterial Material { diffuseColor 0 0.5 0 emissiveColor 0 0.5 0 }
DEF tabPlaneScaleTabHints ShapeHints {
# Make sure only the front side of the polygons are shown.
vertexOrdering COUNTERCLOCKWISE
shapeType SOLID
}
# Use a faceset instead of a lineset so we can pick in the plane.
DEF tabPlaneTranslator Separator {
DrawStyle { style LINES }
Coordinate3 { point [ -1 -1 0, 1 -1 0, 1 1 0, -1 1 0 ] }
IndexedFaceSet { coordIndex [ 0, 1, 2, 3, -1 ] }
}
|