How to use the textures.circle function in textures

To help you get started, we’ve selected a few textures examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github arcanis / sparkle / three / index.js View on Github external
exports.Emitter          = require( 'emitter' ).Emitter;

exports.colorInitializer = require( 'initializers/color' ).color;

exports.geometryZone     = require( 'zones/geometry' ).geometry;

exports.circleTexture    = require( 'textures' ).circle;