UNPKG

3dmol

Version:

JavaScript/TypeScript molecular visualization library

7 lines 206 B
//Texture constants //TODO: Which of these do I need (since I only use textures to display label sprites) ? export enum TextureOperations { MultiplyOperation = 0, MixOperation = 1, AddOperation = 2, }