vrhermit/Canvatorium

Lab 021 - Dynamic Texture Cards

Closed this issue · 0 comments

A 3D card with a 2D texture, used for values lists of large lists of similar items. I could use Advanced Dynamic Texture for the GUI on these cards, but those are pretty heave objects and I can only add around 12 of them to a scene at any given time before running into performance issues.

  • Use sample data to build 3D objects that represent tasks Project from ToDoist
  • Create a project card with view-only UI based on Dynamic Texture instead of Advanced Dynamic Texture
  • Loop over sample data and make a card for each one. Layout is static, but cards are grabbable.

To do

  • Refine the 2D layout a bit
  • Create a reusable version of this for other labs

Follow up:
I've tested this scene with 20-60 cards. ~40 seems to be the max I can handle without impacting performance.