Home › Forums › Official Announcements › Verge3D 2.12 pre2 available!
- This topic has 53 replies, 13 voices, and was last updated 5 years, 5 months ago by jem.
-
AuthorPosts
-
2019-04-15 at 3:31 pm #13923jemCustomer
Hi,
I have noticed that that all edges of my meshes are smooth shaded. This occurs even when the edges should be sharp. This makes the objects in the scene look a bit like potatoes (see screen shots).I have tested this with both edges that are explicitly marked as sharp and edges that are sharpened with auto-smooth. I have attached a simple project that demonstrates this.
I observed this issue while using the latest version of Verge3D (2.12 pre2) and Blender (2.80 15 April 2019). I can resolve the issue by falling back to an older build of Blender. The issue does not occur when I use 2.12 pre2 with Blender 20 March 2019 build. I am not sure if the issue is caused by Verge3D or Blender.
Thank you,
JemJeremy Wernick
2019-04-15 at 5:00 pm #13929scalareCustomerHello Yuri,
so could it be that my test was using “All objects” what was causing the antialiasing effect not to work? I also noticed the black screen last week when I tried the supersampling by itself. Do I have to check for every object and camera to enable the antialiasing, or I got this wrong?
Thank you!
2019-04-15 at 7:43 pm #13932alfredCustomerHello Yuri,
my favorit is:
HTML window puzzle
2019-04-16 at 7:18 am #13935Yuri KovelenovStaff2019-04-16 at 7:07 pm #13971illussimoCustomerWhat great welcome additions. I am looking forward to using the gradient texture and the easing puzzles.
Simone2019-04-16 at 8:24 pm #13976illussimoCustomerTested with Blender 2.79.
Gradient texture works great!!2019-04-17 at 7:07 am #13986Yuri KovelenovStaff2019-04-17 at 8:42 am #13994novator83CustomerIs there also a possibility to hide object with easing?
Or can this be achieved only with combination of material transparency controller and after transparency=100% animation end -> hide object puzzle?
2019-04-17 at 9:10 am #14001Yuri KovelenovStaff2019-04-17 at 8:28 pm #14021jemCustomerHi Yuri,
I tested the antialiasing feature in 2.12 pre2. It really does improve the appearance of most scenes.
I set up my SSAA puzzles as you described at the beginning of this thread. The antialiasing is only active when the scene is at rest, but I noticed a side-effect. When I attempt to move my resting scene, it hesitates before it moves. The hesitation lasts for about one second. After this time passes, the SSAA disables and the scene moves smoothly as it should.
I am running on Chrome with an i7 and an Nvidia Quadro so I do not think that this issue is a result of a lack of power.
Thanks for the great work.Jeremy Wernick
2019-04-18 at 7:07 am #14024Yuri KovelenovStaff2019-04-21 at 1:03 pm #14115elkCustomerMaybe this would fit better in suggestions, but I thought i would mention it here, as this introduced the disable/enable rendering puzzles;
Would it be possible to get like a “render next frame” puzzle. If say the renderer is disabled for when the scene is still and you go into fullscreen mode, resize the browser window or change some effects for instance, it would be nice to just do one frame update after to reflect changes that are not “actual” movement in the scene, like the aspect ration going slightly off when entering fullscreen mode. I know I could do this by simply enabling and then disabling again, but if the rendering was already enabled I would have to make extra logic to check for that everywhere I just want to updated the frame once, giving me a lot more puzzles. I could probably just save the state of the renderer to a variable right before I do all this, and then reset it aftewords, but I think I would need to do this in code right now…?
So if it is not to much work I would suggest a “one frame” update puzzle that would update once if the rendering is disabled, otherwise just continue being enabled.
Or if anyone got a simple solution to this that I just haven’t thought of, pleas let me know
2019-04-22 at 6:56 am #14119Yuri KovelenovStaff“render next frame” puzzle
Great idea! We were thinking about this too.
2019-04-22 at 10:53 am #14123elkCustomerExcelente
2019-04-25 at 12:43 pm #14225scalareCustomerHi Yuri,
I’m trying to monitor the window resize event, and check what the new window width is to resize some trigger buttons (to make them bigger for mobile, so it is easier for users to tap on them). For this, I’m using the new “on event of resize” puzzle. It responds to the resize event correctly, but I’m not being able to get the actual window width with the “get attr width” puzzle. I use that to set a variable that I plan to check to decide what size the trigger buttons should display at, but when I print it to the console log, I get an “undefined” value.
Am I doing something wrong?
Thanks!
-
AuthorPosts
- You must be logged in to reply to this topic.