Skip to content

Commit 8465b81

Browse files
committed
Examples clean up.
1 parent c79254c commit 8465b81

11 files changed

+405
-413
lines changed

examples/webgl_buffergeometry.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
}
2424

2525
a {
26-
2726
color: #0080ff;
2827
}
2928

examples/webgl_buffergeometry_custom_attributes_particles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196

197197
var size = geometry.attributes.size.array;
198198

199-
for( var i = 0; i < particles; i++ ) {
199+
for ( var i = 0; i < particles; i++ ) {
200200

201201
size[ i ] = 10 * ( 1 + Math.sin( 0.1 * i + time ) );
202202

examples/webgl_buffergeometry_drawcalls.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
}
2424

2525
a {
26-
2726
color: #0080ff;
2827
}
2928

0 commit comments

Comments
 (0)