Skip to content

Commit f4e363a

Browse files
committed
TexturePainter: solid brush
1 parent b27413e commit f4e363a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/js/TexturePainter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ THREE.TexturePainter = function ( renderer, camera, mesh, src ) {
173173
var height = scope.canvas.height;
174174
var length = vectors.length / 2;
175175

176-
scope.ctx.fillStyle = "rgba( 14, 158, 54, 0.2 )";
176+
scope.ctx.fillStyle = "rgba( 14, 158, 54, 1 )";
177177

178178
// move to the first point
179179
scope.ctx.beginPath();

0 commit comments

Comments
 (0)