fix(regression): signs lighting was compltely broken
This commit is contained in:
parent
8c4c58b09c
commit
d02008c2ef
1 changed files with 1 additions and 1 deletions
|
|
@ -624,7 +624,7 @@ export function getSectionGeometry (sx, sy, sz, world: World) {
|
|||
delete attr.t_uvs
|
||||
|
||||
attr.positions = new Float32Array(attr.positions) as any
|
||||
attr.normals = new Int8Array(attr.normals) as any
|
||||
attr.normals = new Float32Array(attr.normals) as any
|
||||
attr.colors = new Float32Array(attr.colors) as any
|
||||
attr.uvs = new Float32Array(attr.uvs) as any
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue