// Parametrage

total		= 45;			// total number of images
levels		= 1;			// number of Y axis levels
startlevel	= 1;			// defines the starting axis

filemode	= 'NameNumber';		// filemode ('NameNumber'/'RowShot') - NameNumber reads a series of images filename#### (for example 0001 to 0252) / RowShot reads images in Row##shot## mode
filename	= 'frame';		// filename for images, is not used if filemode is set to 'RowShot'
suffix		= '.jpg';		// image suffix
barLength	= 164;			// defines the length of the loading bar

viewmode	= 'object';		// camera mode ('object'/'camera') 
friction	= 0.5;			// rotation friction (0 to 1)- default: 0.5
rotomatic	= 120;			// automatic rotation speed - negative or positive value, smaller values = faster rotation, 0 disables
rotoresume	= 5;			// temps enseconde avant reprise de rotation auto
keycodes	= [119,100,115,97]	// keycodes for keyboard input (up,right,down,left) - default is [119,97,115,100] for 'W/D/S/A' keys, another example: [56,54,50,52] for '8/6/2/4' on num block