three.meshline
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21372
138