update display shape driver's names

This commit is contained in:
cnlohr 2015-01-07 00:45:14 -05:00
parent 614c26da92
commit 8c4baaec68
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@ static void DPOParams(void * id )
struct DPODriver * d = (struct DPODriver*)id;
d->xn = 160; RegisterValue( "lightx", PINT, &d->xn, sizeof( d->xn ) ); printf( "XN: %d\n", d->xn );
d->yn = 90; RegisterValue( "lighty", PINT, &d->yn, sizeof( d->yn ) );
d->cutoff = .01; RegisterValue( "cutoff", PFLOAT, &d->cutoff, sizeof( d->cutoff ) );
d->cutoff = .01; RegisterValue( "shape_cutoff", PFLOAT, &d->cutoff, sizeof( d->cutoff ) );
d->satamp = 5; RegisterValue( "satamp", PFLOAT, &d->satamp, sizeof( d->satamp ) );
d->amppow = 2.51; RegisterValue( "amppow", PFLOAT, &d->amppow, sizeof( d->amppow ) );

View file

@ -15,7 +15,7 @@ displayname = DisplayShapeDriver
fromsides = 1
lightx = 80
lighty = 45
cutoff = 0.010
shape_cutoff = 0.01
satamp = 5.000
amppow = 2.510
distpow = 1.500