3D Icons should utilize Photobooth

3D Icons should utilize Photobooth https://forum.arcaneodyssey.dev/uploads/default/original/4X/c/3/7/c37d813ceb2a641d123ad597c39b9818944dabb1.png
effort 4.75 4 quality 5.0 4 reasonability 5.0 4

Proposal

Currently, Arcane Odyssey renders everything that’s a model in a ViewportFrame - a model in this situation can be an armor piece, weapon, e.g. something that isn’t a 2D image. This causes intensive lag due to Roblox’s unoptimized ViewportFrame approach, as well as inaccurate anti aliasing compared to the rest of the game.

The solution would be to utilize Photobooth to procedurally generate the icons based on the model’s bounding box[1].

This would not only give a way better result in terms of performance, but also in visuals, as the icons are captured using the same lighting quality as what the player can see.

Questions & Answers

What about situations where a ViewportFrame is required?

In such cases, you can not use Photobooth, as if you want any kind of dynamic rotation, you’d have to use a ViewportFrame.

Luckily, most if not all icons in Arcane Odyssey are completely static.

But if it's static, how are tintable objects going to be... tinted?

This will be done in the manner the creator of Photobooth done it;


This is done by splitting the image into their individual objects, allowing you to recolor specific parts rather than the whole image.


  1. To keep it within the bounds of the icon, with some padding ↩︎

1 Like

And pause work on random side feature № 26? Yeah no way dude

OPTIMIZATION!!

cs

1 Like

optimization? yes please

my inventory takes like multiple seconds to load. optimization pls

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.