Create a proper renderer #7
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#6 Allow for
Objects to have muliple texture layers
Fluffy/UrchinEnginePlusPlus
Reference
Fluffy/UrchinEnginePlusPlus#7
Loading…
Add table
Add a link
Reference in a new issue
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?
Some goals for the renderer:
- Allow for layered
Objects- Allow for shaders to be applied to specific textures
- Proper and efficient culling
Objects to have muliple texture layersObjectson_rendermethod could instead accept or return a render queue item, something like the following maybeThis way,
Objects could request to render multiple textures/layers and whatnot