You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an error happens, a placeholder is shown. This can be jarring or make it difficult to see the change made if it tries to render while in the middle of typing.
I think it'd be better if it showed the previous model with the previous camera position with some indication that an error happened (e.g. a red border) instead.
Thanks for the great project!
The text was updated successfully, but these errors were encountered:
I like the blob! I see your point though, but I like to know when my code breaks something. So I can be sure that if I see something working, that it corresponds to a working state.
I have faced an issue like yours (I think), when I want to keep having a look at some drawing before extruding it. Perhaps having a way to have different views that are rendered individually might be a better solution to your problem.
In any case I will keep thinking about it (while probably keeping the blob here)
Maybe a red border around the preview or a popup can show that the code does not compile. But it does not make too much sense that when I start typing totalHeight then I get 10 rerender of the blob and finally the result.
When an error happens, a placeholder is shown. This can be jarring or make it difficult to see the change made if it tries to render while in the middle of typing.
I think it'd be better if it showed the previous model with the previous camera position with some indication that an error happened (e.g. a red border) instead.
Thanks for the great project!
The text was updated successfully, but these errors were encountered: