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.

mugga

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 26 total)
  • Author
    Posts
  • in reply to: Zoom camera puzzle – set zoom level #25856
    mugga
    Participant

    Any chance to get a similar puzzle or function in js. Which just targets to an object with an custom set zoom level?

    in reply to: Clicking vs Dragging #23822
    mugga
    Participant

    @gary
    Thank you very much for your code example.

    It would be great if for the click event puzzle, there could be an option to implement something like that function. Something like “real click” / “filtered click”.

    in reply to: Fadeout for objects #23820
    mugga
    Participant

    But how you do that? I havent seen anything like transparency. In order to change a value, I have to first set it in 3d.

    Maybe to be more clear of what I would like to achieve. I would like to fadeout a group or an object with just using javascript. Just as simple as in jquery for example would be great:
    $("#object").fadeOut();

    in reply to: Fadeout for objects #23776
    mugga
    Participant

    Okay. Is there another maybe simpler possibility to do a fadeout?
    On a pure programmatically way, instead of “re-exporting” the 3d file with proper setup material?

    in reply to: Hide background programmatically #23700
    mugga
    Participant

    Yeah, I wanted it to be transparent. I forgot to set “alpha = true” for the v3d.app.
    Got it now working

    in reply to: Support for 3dsMax Shell material #21769
    mugga
    Participant

    Sure, no problem.
    Attached you find a zip with an gltf and the max file. If you need anything else please let me know.

    It would be great if the material in the “baked material” slot, would be applied on export to the glft.

    in reply to: Texture channel not working #21638
    mugga
    Participant

    Hmm, strange. I’m using version 2.15.0

    Edit:
    I found a workaround. When I’m switching the texture channel from 3 to 2 in the bitmap settings, I’m getting the correct uv (which is number 3) being displayed.

    in reply to: Animate Puzzle is animating wrong objects #20779
    mugga
    Participant

    Hmm, okay. You know a way how I could workaround this?

    in reply to: Animate Puzzle is animating wrong objects #20636
    mugga
    Participant

    Here they are

    in reply to: Get puzzle variables in javascript #20377
    mugga
    Participant

    Ok. Maybe you can consider to add that functionality in the future. Would be quiet handy.

    in reply to: Clones not on correct position #20318
    mugga
    Participant

    The current workaround is to set the pivot of the group to 0,0,0 in 3d space. Then there is no offset.

    in reply to: Removing cloned geometry #20306
    mugga
    Participant

    Thank you very much for all your help jem. I had to modify it a little bit for my needs, but its working perfect. :good:

    in reply to: Removing cloned geometry #20207
    mugga
    Participant

    @jem
    Awesome, thank you very much for all your help. I could adapt your code and make it work for my usecase.

    Only thing which is quite strange is that when I’m using anything other than “MeshBasicMaterial” the objects turn black. The scene is only lit via envmap/hdri. Do I have to copy the scene envmap to the new material?

    in reply to: Removing cloned geometry #20068
    mugga
    Participant

    @jem
    Thank you very much for the explanations and examples. That was excactly my problem, I didnt know how to save the names for the clones. But now I got it working.

    Maybe you can help me with another thing. I would now also like to change the material (diffuse color) for every clone based on a calculated rgb value.
    The function for getting the rgb values, should already work, but cant change the color for the individual objects.

    in reply to: Classes for annotations #20044
    mugga
    Participant

    Yeah, I know that you can style them. But I would like to have different styles of annotations. At the moment I add classes to some annotations via jquery, this works. But it would be easier when you just would have an extra field besides “id” for setting an extra class.

Viewing 15 posts - 1 through 15 (of 26 total)