0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-11-22 01:07:56 +01:00

minor changes -> slightly more abstracted

This commit is contained in:
Adriaan Wormgoor 2013-09-07 16:09:09 +02:00
parent df8c202ad8
commit bd6417f71a

View File

@ -37,15 +37,16 @@ function initPreviewRendering() {
redrawPreview(); redrawPreview();
} }
//var numLayers = 100; //50 var numLayers = 10; // current number of preview layers
var numLayers = 100; // 100 var maxNumLayers= 100; // maximum number of preview layers
var minNumLayers= 2; // minimum number of preview layers
var globalScale = 0.3; // global scale of preview (width preview / width canvas) var globalScale = 0.3; // global scale of preview (width preview / width canvas)
var globalAlpha = 0.20; // global alpha of preview var globalAlpha = 0.20; // global alpha of preview
var scaleY = 0.4; // additional vertical scale per path for 3d effect var scaleY = 0.4; // additional vertical scale per path for 3d effect
var viewerScale = 0.65; // additional scale to fit into preview nicely (otherwise is fills out totally) var viewerScale = 0.65; // additional scale to fit into preview nicely (otherwise is fills out totally)
var strokeWidth = 2; //4; var strokeWidth = 2; //4;
//var rStep = Math.PI/40; //Math.PI/40; // //var rStep = Math.PI/40; //Math.PI/40; //
var rStep = Math.PI/45; // Math.PI/180; //Math.PI/40; // var rStep = Math.PI/90; // Math.PI/180; //Math.PI/40; //
var yStep;// = preview.height / 150; // 3; //6; var yStep;// = preview.height / 150; // 3; //6;
//var svgWidth = 500; // 650 //parseInt($(svg).css("width")); //var svgWidth = 500; // 650 //parseInt($(svg).css("width"));
//var svgHeight = 450; //450; //parseInt($(svg).css("height")); //var svgHeight = 450; //450; //parseInt($(svg).css("height"));