You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.1 KiB
69 lines
1.1 KiB
|
|
input: "AttractorKernel"
|
|
output: "Canvas"
|
|
iterations: "100000"
|
|
|
|
AttractorKernel: {
|
|
type: "unravel"
|
|
dimensions: "3"
|
|
|
|
parameters:
|
|
{
|
|
:"-0.78"
|
|
:"2.042"
|
|
:"1.22"
|
|
:"-1.267"
|
|
:"1.37"
|
|
:"2.3"
|
|
:"-2.195"
|
|
}
|
|
}
|
|
|
|
projections: Applied in order they appear {
|
|
:{
|
|
type: "auto center"
|
|
}
|
|
:{
|
|
type: "lineair map"
|
|
|
|
matrix:
|
|
{
|
|
:{ :"1" :"0" :"0" }
|
|
:{ :"0" :"1" :"0" }
|
|
}
|
|
}
|
|
}
|
|
|
|
Canvas: {
|
|
type: "2D canvas"
|
|
output: "png"
|
|
|
|
width: "6400"
|
|
height: "6400"
|
|
colors: "3"
|
|
|
|
imageConversion: description how to show the abstract canvas classe
|
|
{
|
|
colorMatrix: desciribing lineair map from canvas colors to RGB colorspace
|
|
{
|
|
:{ :"1" :"0" :"0" }
|
|
:{ :"0" :"1" :"0" }
|
|
:{ :"0" :"0" :"1" }
|
|
}
|
|
|
|
vibrancy: "0"
|
|
gamma: "-2.5"
|
|
exposure: "3"
|
|
}
|
|
|
|
pngFile: png options
|
|
{
|
|
fileName: leave empty to autogenerate filename
|
|
=> ""
|
|
|
|
compression: "9"
|
|
author: "Joshua Moerman"
|
|
title: "Unravel"
|
|
description: "A unravel-type attractor made with AwesomeAttractor"
|
|
}
|
|
}
|
|
|