Skip to content

Commit

Permalink
Removed unnecessary files that differ only in case
Browse files Browse the repository at this point in the history
This was a problem for development on Windows and Mac.
  • Loading branch information
tsherif committed Apr 15, 2015
1 parent eb9468a commit c8c3cb7
Show file tree
Hide file tree
Showing 18 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion api/latest/plugins/node/geometry/heightmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
type: "geometry/heightmap",
// Texture image
src: 'textures/heightmap.jpg',
src: 'textures/heightMap.jpg',
// Wireframe or solid - default is false
wire: false,
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion api/latest/plugins/node/texture/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// http://scenejs.org/api/latest/plugins/node/geometry/heightmap.js
{
type: "geometry/heightmap",
src: 'textures/heightmap.jpg'
src: 'textures/heightMap.jpg'
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion examples/cameras_pickFlyOrbit_terrain.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
type: "geometry/heightmap",

// Texture image
src: 'textures/heightmap.jpg',
src: 'textures/heightMap.jpg',

// Wireframe or solid - default is false
wire: false,
Expand Down
2 changes: 1 addition & 1 deletion examples/geometry_heightmap_fogAndGrid.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
type: "geometry/heightmap",

// Texture image
src: 'textures/heightmap.jpg',
src: 'textures/heightMap.jpg',

// Wireframe or solid - default is false
wire: false,
Expand Down
2 changes: 1 addition & 1 deletion examples/geometry_heightmap_texture.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
type: "geometry/heightmap",

// Texture image
src: 'textures/heightmap.jpg',
src: 'textures/heightMap.jpg',

// Wireframe or solid - default is false
wire: false,
Expand Down
2 changes: 1 addition & 1 deletion examples/geometry_heightmap_texture_video.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
// http://scenejs.org/api/latest/plugins/node/geometry/heightmap.js
{
type: "geometry/heightmap",
src: 'textures/heightmap.jpg'
src: 'textures/heightMap.jpg'
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions examples/geometry_heightmap_transparent.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
type: "geometry/heightmap",

// Texture image
src: 'textures/heightmap.jpg',
src: 'textures/heightMap.jpg',

// Wireframe or solid - default is false
wire: false,
Expand Down Expand Up @@ -136,7 +136,7 @@
type: "geometry/heightmap",

// Texture image
src: 'textures/heightmap.jpg',
src: 'textures/heightMap.jpg',

// Wireframe or solid - default is false
wire: false,
Expand Down Expand Up @@ -178,7 +178,7 @@
type: "geometry/heightmap",

// Texture image
src: 'textures/heightmap.jpg',
src: 'textures/heightMap.jpg',

// Wireframe or solid - default is false
wire: false,
Expand Down
2 changes: 1 addition & 1 deletion examples/postprocessing_depthOfField_autofocus_grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
type: "geometry/heightmap",

// Texture image
src: 'textures/heightmap.jpg',
src: 'textures/heightMap.jpg',

// Wireframe or solid - default is false
wire: false,
Expand Down
2 changes: 1 addition & 1 deletion examples/reflections_heightmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
type: "geometry/heightmap",

// Texture image
src: 'textures/heightmap.jpg',
src: 'textures/heightMap.jpg',

// Wireframe or solid - default is false
wire: false,
Expand Down
2 changes: 1 addition & 1 deletion examples/texture_procedural_color_grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
type: "geometry/heightmap",

// Texture image
src: 'textures/heightmap.jpg',
src: 'textures/heightMap.jpg',

// Wireframe or solid - default is false
wire: false,
Expand Down
2 changes: 1 addition & 1 deletion examples/texture_rtt_depth.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
type: "geometry/heightmap",

// Texture image
src: 'textures/heightmap.jpg',
src: 'textures/heightMap.jpg',

// Wireframe or solid - default is false
wire: false,
Expand Down
2 changes: 1 addition & 1 deletion examples/texture_rtt_heightmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
type: "geometry/heightmap",

// Texture image
src: 'textures/heightmap.jpg',
src: 'textures/heightMap.jpg',

// Wireframe or solid - default is false
wire: false,
Expand Down
Binary file modified examples/textures/heightMap.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed examples/textures/heightmap.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/plugins/node/geometry/heightmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
type: "geometry/heightmap",
// Texture image
src: 'textures/heightmap.jpg',
src: 'textures/heightMap.jpg',
// Wireframe or solid - default is false
wire: false,
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion src/plugins/node/texture/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// http://scenejs.org/api/latest/plugins/node/geometry/heightmap.js
{
type: "geometry/heightmap",
src: 'textures/heightmap.jpg'
src: 'textures/heightMap.jpg'
}
]
}
Expand Down

0 comments on commit c8c3cb7

Please sign in to comment.