-
Notifications
You must be signed in to change notification settings - Fork 3
Default view #43
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
Comments
You can achieve that editing vertex.glsl, however it would break both pointer coordinates and stone text overlay, as board rotation is handled also by the C++ code. I will consider saving current view into config.json on request as a new feature. More ambitious, for future game replay or tsumego we could even optionally misuse SGF comments to save the view angle and zoom, possibly for each move and even interpolate between them. |
If the project is not frozen, then load and watching games should be the most important thing. But is this in the plans for several years and it's still not done? I tried "Load game" in menu, nothing happens. |
Thank you for your feedback. It is rather frozen, I am sorry not to live up to possible expectations, but we could resume anytime where we left off. You mention "Load game" menu item, which was hidden in the last version. Is there a reason you use the older goban version, other than the anticipation of the feature, if I may ask? |
This is the latest version. I just really wanted to load the game, maybe just the final position without navigation or something. And the menu still had to be changed, it got in the way when the mouse was at the top of the board. |
Actually you don't need to misuse comment. SGF specification allows usage of custom/private properties1. So you can tailor your own SGF properties to suit your use case. Footnotes |
Great to see such a big update. Maybe it's easier to change the board color (Minimal Thin) to #dcb771 now? |
Thanks. One might edit the last material in data/shaders/fragment/partial/material/thin.glsl#L21. However the result might be affected by lighting model. Is it a standard color to be considered? Given your hex color, the material definition would be written as:
With the default view tilt and lighting this gives #d4b776 (color picked from a screenshot), which is quite close. |
Yes, that's almost what I did, so it was right. Thank you. |
If you want to improve and make it photorealistic, then too many lines make the color too gray and hard to see without zooming. A couple of examples For example, for my stones https://github.com/ParmuzinAlexander/go-themes/blob/master/white1.png I used #d6d1cb instead of grey...I don't know if this can help... |
Looks great. |
How do I make the default 3d view?
Example https://imgur.com/1KocqoZ
I'm trying to edit vertex.glsl, but it's hard to do it at random.
The text was updated successfully, but these errors were encountered: