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.

Will Welker

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 50 total)
  • Author
    Posts
  • in reply to: Change the loader image? #2345
    Will Welker
    Customer

    Yes it would be cool to be able to load a custom image. Also, due to the nature of loading large chunks of data at a time, the loading progress appears to stop. Being able to load an animated gif (like a little spinning gear icon) as part of the preloader would give the appearance of activity.

    in reply to: Object Copies? #1730
    Will Welker
    Customer

    Wow, very nice!
    Duplicate

    in reply to: Object Copies? #1716
    Will Welker
    Customer

    I haven’t heard of anybody doing that yet. That kind of feature is probably on the list. Instancing with Puzzle blocks would be cool.

    in reply to: Textures not rendering properly on html page #1654
    Will Welker
    Customer

    There are two ways to find the example applications:
    Open you verg3d directory on your hard drive. Inside you will find your applications folder with all example projects as well as any you have created.
    Or…
    From inside Blender, hit the App Manager button and you can open see all the projects listed. Hit the little Blender icon to open the .blend file.

    Locations

    in reply to: Snapping object to certain point on a geometry #1652
    Will Welker
    Customer

    I have done some playing around with parenting empties and meshes to a ring. A hidden mesh will follow along with the size change of the ring but the snap-to function will only snap to the mesh’s location at load time. So one solution would be to make the snap-to function work on object that get their location changed by scaling of the parent object.

    In the meantime, there are two possible ways that could help you:
    1. Set the origin point of you ring to the location you want jewels to snap to.
    Or…
    2. Parent all of the jewels to the ring and hide all except the one you want shown.

    in reply to: Snapping object to certain point on a geometry #1645
    Will Welker
    Customer

    Here is my Puzzle logic for navigating through these empties:

    Logic

    in reply to: Snapping object to certain point on a geometry #1642
    Will Welker
    Customer

    I have accomplished this by creating empties. The empties can be named, numbered and grouped in Blender for easy organization. Then you place the empty where you want it in the scene and it will be available in the Puzzles object picker. This also gives you the ability to place objects like your camera at a location where there is no mesh. In this example, my empties are named with integers so I can iterate through them with simple math in the Puzzles editor.
    Empties

    in reply to: Textures not rendering properly on html page #1639
    Will Welker
    Customer

    Hi Halim,
    Have you looked through some of the example project that come with Verge3D?
    There are many .blend files you can open to see how they work.

    in reply to: Verge3D 1.0.4 Available #1630
    Will Welker
    Customer

    Awesome, I will try out the new features. :good:

    in reply to: Setting Background Cubemap & Transparent Background #1492
    Will Welker
    Customer

    I haven’t done much with transparent backgrounds.
    Do you want to see other elements of your webpage behind the V3D app?
    If you succeed in getting your background to be transparent then lose it on full screen, there may be a bug (many bugs are fixed with each release).

    in reply to: Help about using animation actions #1487
    Will Welker
    Customer

    Each object can have animations. So you don’t need to play the entire time line. Just the -animation of- your object.
    Animate two separate objects, export your scene, then look at the actions available in the selector block drop-down list.

    in reply to: Loading gLTF material #1485
    Will Welker
    Customer

    If a materiel is applied to one of your objects in Blender, then you export it with your scene, it should be available in the Material Selector block to apply it to another object.
    In Puzzles, the Material selector block will have a list of all the materials in your scene. No need to do any coding unless you want to.

    in reply to: How call a JSCallback ? #1483
    Will Welker
    Customer

    There is an example of this in the example apps that come with Verge3D. Look for the JavaScript Callback example. This example shows two things: calling a custom function from your Puzzles and calling a Puzzles block from your JavaScript code.
    Each project has a JavaScript file named like: my_projects_name.js.
    Near the bottom of that file you will find a comment that says: //add your code here.
    So have a look at the Puzzles and the JS file in the example app.

    in reply to: Christmas updates from Soft8Soft! #1465
    Will Welker
    Customer

    Hey Philip,
    I like your dino scene. Very nice!

    in reply to: Loading gLTF material #1451
    Will Welker
    Customer

    If you intend to load a material from a glTF file that you have imported after runtime, I have not been able to do that yet. But there may be better ways to make your materials available. For example, you can great a ‘library object’ which has multiple materials applied to it. In this picture, the library object is visible but you can hide it as well.
    Material Library
    You can look at the Ring example as Yuri mentioned to see how materials are moved from object to object.

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