Prism/Transparency effect does not work with pre-calculated backgrounds #8
Labels
No Label
bug
documentation
duplicate
enhancement
feature request
good first issue
help wanted
invalid
need checking
question
todo
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ABelliqueux/3dcam-headers#8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With pre-rendered background, we could just set the tpage to bpp, x, y of the image in vram : 8bpp, 320, 0 by default for now.
But how do we now fixed BGs are used ?
We could use
curLvl.camPtr->BGtim
to determine the existence of the data, and even useprect
to know x,y coords in vram,but do we want to add a function argument just for that ?