We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Home Forums Official Announcements Verge3D 2.12 pre2 available!

Viewing 15 posts - 16 through 30 (of 54 total)
  • Author
    Posts
  • #13852

    example in which we can see this working?

    We are in the process of updating our demo apps for this new feature, so you’ll have the access to examples soon.

    Chief 3D Verger | LinkedIn | Twitter

    #13853

    the default scene does not show the gray background, and the cube looks a bit darker/more contrasty.

    I’m glad you figured that out. We’ll discuss a possible fix to this issue.

    Chief 3D Verger | LinkedIn | Twitter

    #13899
    NaxosCG
    Customer

    Just to tell, if you guys need an open-source java-coded GI renderer, SunFlow may still be available ;-)

    I dream about a nice, simple-to-code, no plugin required 3D tool (like Verge3D) that would let the final user to click on abutton to start a nice render (like Keyshot / VrayRT / Corona IR), or when the user stop moving the mouse (like for the AA).

    That would be so great !

    "1+1=3... for large values of 1"

    #13900

    that would let the final user to click on abutton to start a nice render (like Keyshot / VrayRT / Corona IR), or when the user stop moving the mouse (like for the AA).

    That is a great idea! This can include GI, quality SSAO, reflections etc. We should definitely think about this. :good:

    Chief 3D Verger | LinkedIn | Twitter

    #13901
    NaxosCG
    Customer

    Maybe not the full package as Vray / Corona renderes, as we more often use Verge3D for packshots / configurators of objects, not interior archviz scenes…

    But please have a look at Keyshot : it is a packshot renderer (they also put some heavy Gi for interiors too, but not really usable)…

    There was a time i’ve managed a project like this one : my coding guys have put SunFlow into Wirefusion… And it worked good : change colors / materials, turn around, then clik a button to get a nicely rendered picture.
    Unfortunatelly, Wirefusion is no more (good for you guys), and the project is left behind some 10 years ago.

    Attachments:
    You must be logged in to view attached files.

    "1+1=3... for large values of 1"

    #13904
    NaxosCG
    Customer

    http://sunflow.sourceforge.net/
    Sunflow is a bit old, but could do the trick for packshots.

    Of course, the best would be to get some connexion / partnership with Corona Render ;-)

    "1+1=3... for large values of 1"

    #13905
    NaxosCG
    Customer

    I would have made an animated gif to show the stuff working, but Java applets are no more allowed on windows10 web browsers…

    "1+1=3... for large values of 1"

    #13906
    elk
    Customer

    I tried both “All Objects” and a list of object with the “When moved” puzzle to try and keep the renderer enabled while camera or anything else is moving and disabeling when no more objects are moving, however the last object in the list or All objects seems to “override” the other objects. I guess the “when moved” puzzle was built for use with objects one by one. (See attached screenshot, where Camera object seems to “override” movement in the other objects, the renderer is only anabled when Camera is moving)

    So my guess is that if you putt a list it will run the entire puzzle (start:do, when moving: do and stop:do) on one object at a time, and not doing an evaluation for each and then running the three “slots”?

    Haven’t thought about how this might be inconsistent with how lists are used in other puzzles, but I was sort of expecting “start: do” to run when one ore more objects in the list start moving after all having been still, “while moving: do” being run while any number of objects in the list is moving, and “stop:do” being run only when the last object that is still moving become still again.

    I was thinking of doing this logic in a different way anyway, but if the way it is now is not the intended behaviour I will consider reverting to this method once fixed.

    #13910

    @NaxosCG thanks for info and the link!

    Chief 3D Verger | LinkedIn | Twitter

    #13911
    elk
    Customer

    So going on my prevoius assumption that the “loop” is run for every object in the list I still get the same problem as before, the last object “override” the rest of them somehow. I tried with the setup in attached screenshot, there I will enable the renderer once 1 or more objects ar moving and only disabeling when the the number of moving/animating objects reach 0 again. (not visible in my screenshot, but i set the animationCount variable to 0 at the top of the current puzzles tab)

    I could sett up puzzles for testing my assumptions here, but I think my assumptions here are wrong, or something about the inner workings of the when moved puzzle combined with lists are not quite right.

    If I could get a quick explanation of how the logic flows inside the when moved puzzles using lists that would be great!?

    EDIT: sorry about the rant but I’m just editing as I make assumptions, is it like a switch statement of sorts ?, so once one object is found to trigger a condition it will use that, in effect for my setup just using the first object it evaluates ? That sort of would be consistent with my findings so far.

    #13913

    however the last object in the list or All objects seems to “override” the other objects

    Yep, I’m reproducing this. Will check it!

    Chief 3D Verger | LinkedIn | Twitter

    #13915
    elk
    Customer

    Sweet, thanks Yuri.

    #13919

    It was a bug indeed. Please replace the Puzzles runtime and check if this fixes the issue.

    Attachments:
    You must be logged in to view attached files.

    Chief 3D Verger | LinkedIn | Twitter

    #13921
    elk
    Customer

    That was quick :) works for the animationCount setup, the simpler setup still does not work as I was initialy thinking, but putting enable rendering also in “while moving” now makes it behave fine. I think I have been thinking about the list iteration wrong, but testing this out, and with the bug fixed it makes more sense.

    Thanks Yuri :good:

    #13922

    glad it helped! :)

    Chief 3D Verger | LinkedIn | Twitter

Viewing 15 posts - 16 through 30 (of 54 total)
  • You must be logged in to reply to this topic.