-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As an artist, I want to change the size, proportion and position of Objects, so I can create more immersive content #220
Comments
This issue is impacting the exhibition on Sesc right now and will impact the one on EBAC. |
How do you suggest we solve this? Post an example of the problem here and how you want it to be like |
I want to be able to change the same parameters that were possible to change by hand on the code.
Don't have a way to make a screenshot now (no makers or nearby friends), but you can check Sexy na Janela ti understand the problem.
|
do you need any more information @pablodiegoss ? |
The thumbnails are set to be shown in 50x50 in this grid. It is just a CSS problem, should work fine inside the app and camera as we use the marker on its real size and do not scale or resize them. This issue is actually related to be able to edit the position/scale/rotation of an Object being shown on a marker. Like we have coded Samurai being a little bigger than the marker, how do we make a UI to change this params for each marker? Which kind of buttons do we implement for the user to update position/rotation/scale of an object and understand the final result that is happening to his Artwork? Thats our problem. |
I think the best solution to solve this issue in the short term is: For proportion For size For position To make easier to understand the settings, we can improve this manual and put this information, including information about to test and come back to change these settings. |
Both values for scale and position are 3d vectors, since we work in a 3d virtual scene to position objects. |
Using scale and position as you're describing seems to be good. We should use the center of the marker as (0,0). |
@anacforcelli it still doesn't match the requisites below. You can have the Scale and Rotation code commented. The scale needs to be calculated automatically, following the rules below. Also, to solve this issue a user needs to be able to edit the content after it's published, so it can adjust the values until the content is in the desired position. One solution to do this is to implement an "edit" button on Object list on the My Stuff tab. Tip: the Z now is the Size described below.
|
Checking the scope: |
The objects must have the Height or Width as 50px, and the other side must be smaller. This way, the larger side is 50px. OK? |
yes, that is check |
Some objects are created as rectangular GIFs. The user needs to be able to correct this on the platform.
The text was updated successfully, but these errors were encountered: