Fixed several issues #3

Open
Sonogami_Rinne wants to merge 4 commits from Sonogami_Rinne/KKBP_Exporter:master into master
Contributor

Fixed kkbp-dev/KKBP_Importer#33

Rendering the material onto a quad mesh results in an empty image when tessellation shaders are used. The background is missing, causing black seams on the body along UV island borders due to absent color information.

To address this, the light/dark texture is sampled with offsets in eight directions and composited together to compensate for the missing boundary colors.

Fixed https://gitgoon.dev/kkbp-dev/KKBP_Importer/issues/33 Rendering the material onto a quad mesh results in an empty image when tessellation shaders are used. The background is missing, causing black seams on the body along UV island borders due to absent color information. To address this, the light/dark texture is sampled with offsets in eight directions and composited together to compensate for the missing boundary colors.
Sonogami_Rinne changed title from Fixed unexpected seams caused by tessellation shader incompatibility to Fixed several issues 2026-02-27 02:40:00 +00:00
Author
Contributor
Fixed https://gitgoon.dev/kkbp-dev/KKBP_Importer/issues/35
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u master:Sonogami_Rinne-master
git switch Sonogami_Rinne-master

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff Sonogami_Rinne-master
git switch Sonogami_Rinne-master
git rebase master
git switch master
git merge --ff-only Sonogami_Rinne-master
git switch Sonogami_Rinne-master
git rebase master
git switch master
git merge --no-ff Sonogami_Rinne-master
git switch master
git merge --squash Sonogami_Rinne-master
git switch master
git merge --ff-only Sonogami_Rinne-master
git switch master
git merge Sonogami_Rinne-master
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kkbp-dev/KKBP_Exporter!3
No description provided.