/usr/share/Coin/draggerDefaults/pointLightDragger.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 30 31 32 33 34 35 | #Inventor V2.1 ascii
# Standard material definitions. One of the definitions also defines a
# part for the dragger.
DEF pointLightOverallMaterial Material { diffuseColor 0.5 0.5 0.5 emissiveColor 0.5 0.5 0.5 }
DEF POINTLIGHT_ACTIVE_MATERIAL Material { diffuseColor 0.5 0.5 0 emissiveColor 0.5 0.5 0 }
# Geometry used multiple times.
DEF POINTLIGHT_AXIS_TRANSLATOR Cube { width 4 height 0.5 depth 0.5 }
DEF POINTLIGHT_PLANE_TRANSLATOR Sphere { radius 1.0 }
# SoPointLightDragger part definitions.
DEF pointLightTranslatorLineTranslator Separator {
USE pointLightOverallMaterial
USE POINTLIGHT_AXIS_TRANSLATOR
}
DEF pointLightTranslatorLineTranslatorActive Separator {
USE POINTLIGHT_ACTIVE_MATERIAL
USE POINTLIGHT_AXIS_TRANSLATOR
}
DEF pointLightTranslatorPlaneTranslator Separator {
USE POINTLIGHT_PLANE_TRANSLATOR
}
DEF pointLightTranslatorPlaneTranslatorActive Separator {
USE POINTLIGHT_ACTIVE_MATERIAL
USE POINTLIGHT_PLANE_TRANSLATOR
}
|