Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zHoeshin authored Aug 1, 2024
1 parent 68bee6a commit 09a694c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions plugins/cosmic_reach_model_editor/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,18 @@
]
}
]
},
"1.3.2": {
"title": "1.3.2",
"date": "2024-08-01",
"author":"Z. Hoeshin",
"categories": [
{
"title":"Bug Fixes",
"list": [
"Fixed face culling always set to true bug"
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@

let face = obj.faces[f]

uvs[f] = [uv[0], uv[1], uv[2], uv[3], face, texture]
uvs[f] = [uv[0], uv[1], uv[2], uv[3], face.cullface, texture]
console.warn(uvs[f])

texturesUsed.push(texture)
}
Expand Down

0 comments on commit 09a694c

Please sign in to comment.