Skip to content

Commit 564f161

Browse files
committed
Replaced UV debug texture.
1 parent 975bbba commit 564f161

14 files changed

Lines changed: 11 additions & 11 deletions

examples/misc_ubiquity_test2.html

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

4343
var geometry = new THREE.CubeGeometry( 200, 200, 200, 4, 4, 4 );
4444

45-
texture = THREE.ImageUtils.loadTexture( 'textures/ash_uvgrid01.jpg' );
45+
texture = THREE.ImageUtils.loadTexture( 'textures/UV_Grid_Sm.jpg' );
4646
texture.wrapS = THREE.RepeatWrapping;
4747
texture.wrapT = THREE.RepeatWrapping;
4848

examples/textures/UV_Grid_Sm.jpg

636 KB
Loading

examples/textures/UV_Grid_Sm.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
http://www.helloluxx.com/tutorials/cinema4d-2/cinema4d-materials/uv-grids/

examples/textures/ash_uvgrid01.jpg

-556 KB
Binary file not shown.

examples/textures/ash_uvgrid01.nfo

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/webgl_animation_skinning_morph.html

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

212212
//var envMap = THREE.ImageUtils.loadTextureCube( urls );
213213

214-
//var map = THREE.ImageUtils.loadTexture( "textures/ash_uvgrid01.jpg" );
214+
//var map = THREE.ImageUtils.loadTexture( "textures/UV_Grid_Sm.jpg" );
215215

216216
//var bumpMap = THREE.ImageUtils.generateDataTexture( 1, 1, new THREE.Color() );
217217
//var bumpMap = THREE.ImageUtils.loadTexture( "textures/water.jpg" );

examples/webgl_geometries.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
light.position.set( 0, 1, 0 );
5050
scene.add( light );
5151

52-
var map = THREE.ImageUtils.loadTexture( 'textures/ash_uvgrid01.jpg' );
52+
var map = THREE.ImageUtils.loadTexture( 'textures/UV_Grid_Sm.jpg' );
5353
map.wrapS = map.wrapT = THREE.RepeatWrapping;
5454
map.anisotropy = 16;
5555

examples/webgl_geometries2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
light.position.set( 0, 0, 1 );
6161
scene.add( light );
6262

63-
var map = THREE.ImageUtils.loadTexture( 'textures/ash_uvgrid01.jpg' );
63+
var map = THREE.ImageUtils.loadTexture( 'textures/UV_Grid_Sm.jpg' );
6464
map.wrapS = map.wrapT = THREE.RepeatWrapping;
6565
map.anisotropy = 16;
6666

examples/webgl_geometry_convex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
light.position.set( 0, 1, 0 );
5050
scene.add( light );
5151

52-
var map = THREE.ImageUtils.loadTexture( 'textures/ash_uvgrid01.jpg' );
52+
var map = THREE.ImageUtils.loadTexture( 'textures/UV_Grid_Sm.jpg' );
5353
map.wrapS = map.wrapT = THREE.RepeatWrapping;
5454
map.anisotropy = 16;
5555

examples/webgl_geometry_nurbs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
var knots2 = [0, 0, 0, 0, 1, 1, 1, 1];
153153
var nurbsSurface = new THREE.NURBSSurface(degree1, degree2, knots1, knots2, nsControlPoints);
154154

155-
var map = THREE.ImageUtils.loadTexture( 'textures/ash_uvgrid01.jpg' );
155+
var map = THREE.ImageUtils.loadTexture( 'textures/UV_Grid_Sm.jpg' );
156156
map.wrapS = map.wrapT = THREE.RepeatWrapping;
157157
map.anisotropy = 16;
158158

0 commit comments

Comments
 (0)