Rerun prepare script

This commit is contained in:
Andras Schmelczer 2026-04-06 11:13:52 +01:00
parent 349a6c1d53
commit 8614acdfae
24 changed files with 1132 additions and 226 deletions

View file

@ -44,7 +44,7 @@ export class PieHexExtension extends LayerExtension {
return layer.id.endsWith('-fill');
}
getShaders(extension: any): any {
getShaders(this: any, extension: any): any {
if (!extension.isEnabled(this)) return null;
return {
modules: [
@ -74,7 +74,7 @@ in vec4 vRatios0;
in vec4 vRatios1;
in vec2 vRatios2;
const vec3 pieColors[10] = vec3[10](
${this.paletteGlsl}
${extension.paletteGlsl}
);`,
'fs:DECKGL_FILTER_COLOR': `\
{