Skip to content

Scene actor picking implemented#20

Merged
maxbrundev merged 1 commit intodevelopfrom
feature/actor_picking
Sep 7, 2019
Merged

Scene actor picking implemented#20
maxbrundev merged 1 commit intodevelopfrom
feature/actor_picking

Conversation

@adriengivry
Copy link
Copy Markdown
Member

The current system only consider models and camera (Only pickable elements). As it is render based, we can't pick colliders and lights for now. We can add billboard later. The current system is limited to 16,581,374 actors (255 * 255 * 255 - 1) due to the fact that our framebuffer elements are 24 bits (One byte per color components : R, G, B) and that one color is reserved for the background.

actor_picking

Closes #1

The current system only consider models and camera (Only pickable
elements). As it is render based, we can't pick colliders and lights for
now. We can add billboard later. The current system is limited to 255 *
255 * 255 - 1 actors (16,581,374 actors) due to the fact that our
framebuffer elements are 24 bits (3 * color components).
@maxbrundev maxbrundev merged commit cb9dfab into develop Sep 7, 2019
@adriengivry adriengivry added Editor Something relative with the editor Feature labels Sep 14, 2019
@adriengivry adriengivry deleted the feature/actor_picking branch June 14, 2020 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Editor Something relative with the editor

Development

Successfully merging this pull request may close these issues.

Scene view actor picking

2 participants