Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

three.meshline

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three.meshline - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "three.meshline",
"version": "1.0.2",
"version": "1.0.3",
"description": "Mesh replacement for THREE.Line",

@@ -5,0 +5,0 @@ "main": "src/THREE.MeshLine.js",

@@ -87,2 +87,5 @@ # MeshLine

* ```useMap``` - tells the material to use ```map``` (0 - solid color, 1 use texture)
* ```alphaMap``` - a ```THREE.Texture``` to use as alpha along the line (requires ```useAlphaMap``` set to true)
* ```useAlphaMap``` - tells the material to use ```alphaMap``` (0 - no alpha, 1 modulate alpha)
* ```repeat``` - THREE.Vector2 to define the texture tiling (applies to map and alphaMap - MIGHT CHANGE IN THE FUTURE)
* ```color``` - ```THREE.Color``` to paint the line width, or tint the texture with

@@ -135,2 +138,2 @@ * ```opacity``` - alpha value from 0 to 1 (requires ```transparent``` set to ```true```)

Copyright (C) 2015 Jaume Sanchez Elias, http://www.clicktorelease.com
Copyright (C) 2015-2016 Jaume Sanchez Elias, http://www.clicktorelease.com
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc