/usr/share/dx/samples/programs/Bounce.cfg is in dxsamples 4.4.0-1.
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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | //
// time: Wed Apr 9 15:22:50 1997
//
// version: 3.1.1 (format), 3.1.4 (DX Beta)
//
// Message Window:
// window: position = (0.5,0.5), size = 0.4x0.4
//
// panel[0]: position = (0.0320,0.0742), size = 0.3992x0.3643, startup = 1, devstyle = 1
// title: value = Control Panel
//
// workspace: width = 500, height = 500
// layout: snap = 0, width = 50, height = 50, align = NN
//
// interactor Scalar[12]: num_components = 1, value = 2.0
// component[0]: minimum = 0.2, maximum = 3, global increment = 0.2, decimal = 5, global continuous = 0
// instance: panel = 0, x = 264, y = 239, style = Stepper, vertical = 1, size = 207x56
// label: value = Size of Ball
// local continuous: value = 0, mode = global
// local increment[0]: value = 1, mode = global
//
// interactor Scalar[10]: num_components = 1, value = 22.0
// component[0]: minimum = 10, maximum = 30, global increment = 1, decimal = 5, global continuous = 0
// instance: panel = 0, x = 264, y = 139, style = Stepper, vertical = 1, size = 207x56
// label: value = initial vertical position
// local continuous: value = 0, mode = global
// local increment[0]: value = 1, mode = global
//
// interactor Scalar[1]: num_components = 1, value = 0.25
// component[0]: minimum = 0.1, maximum = 2, global increment = 0.1, decimal = 5, global continuous = 0
// instance: panel = 0, x = 14, y = 39, style = Stepper, vertical = 1, size = 207x56
// label: value = time step
// local continuous: value = 0, mode = global
// local increment[0]: value = 1, mode = global
//
// interactor Scalar[11]: num_components = 1, value = 0.55
// component[0]: minimum = 0.1, maximum = 1, global increment = 0.05, decimal = 5, global continuous = 0
// instance: panel = 0, x = 264, y = 39, style = Stepper, vertical = 1, size = 207x56
// label: value = bounciness
// local continuous: value = 0, mode = global
// local increment[0]: value = 1, mode = global
//
// interactor Scalar[8]: num_components = 1, value = -15.0
// component[0]: minimum = -25, maximum = 0, global increment = 1, decimal = 5, global continuous = 0
// instance: panel = 0, x = 14, y = 139, style = Stepper, vertical = 1, size = 209x56
// label: value = initial horizontal position
// local continuous: value = 0, mode = global
// local increment[0]: value = 1, mode = global
//
// interactor Scalar[9]: num_components = 1, value = 4.6
// component[0]: minimum = 0, maximum = 5, global increment = 0.2, decimal = 5, global continuous = 0
// instance: panel = 0, x = 14, y = 239, style = Stepper, vertical = 1, size = 207x56
// label: value = horizontal velocity
// local continuous: value = 0, mode = global
// local increment[0]: value = 1, mode = global
//
// node Display[1]:
// depth: value = 24
// window: position = (0.7016,0.0283), size = 0.2453x0.2881
|