UNPKG

molstar

Version:

A comprehensive macromolecular library.

16 lines (14 loc) 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.size_vert_params = void 0; exports.size_vert_params = ` #if defined(dSizeType_uniform) uniform float uSize; #elif defined(dSizeType_attribute) attribute float aSize; #elif defined(dSizeType_instance) || defined(dSizeType_group) || defined(dSizeType_groupInstance) uniform vec2 uSizeTexDim; uniform sampler2D tSize; #endif uniform float uSizeFactor; `;