Skip to content

Commit 6ed97b6

Browse files
authored
Remove old LuminanceFormat
1 parent fc9ed86 commit 6ed97b6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/textures/NoiseTexture.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {
22
DataTexture,
3-
LuminanceFormat,
43
RedFormat,
54
RGFormat,
65
RGBAFormat,
@@ -20,7 +19,6 @@ import {
2019
function getNoise(size, format, type) {
2120

2221
const channels = new Map([
23-
[LuminanceFormat, 1],
2422
[RedFormat, 1],
2523
[RGFormat, 2],
2624
[RGBAFormat, 4]

0 commit comments

Comments
 (0)