Forum Replies Created
-
AuthorPosts
-
BrameisterParticipant
Maybe you could use a short function in an exec script puzzle to rename the children, something like this:
Attachments:
You must be logged in to view attached files.BrameisterParticipantLook at
Barra 1 - Empty
‘s scale. Compare it with the scale of your clone.Snapped objects copy all three transforms: position/rotation/scale. Have no idea why they in S8S decided to copy scale
I see. Well, for future reference, I just set the snapped object’s scale back to 1 after snapping. That’s the best I could figure out to work around this issue.
- This reply was modified 1 month, 2 weeks ago by Brameister.
2024-10-02 at 10:43 pm in reply to: How to reference a Verge 3d varible in a Javascript Code Puzzle #77772BrameisterParticipantHi there
How do you reference a Verge3d variable in Javascript code?
Thanks!VARS[‘variableName’]
Not sure if I understood you correctly, but does that help?
BrameisterParticipantSounds like a simple flip normal, maybe?
2024-06-22 at 11:10 am in reply to: Apps hosted on WordPress website suddenly have no interactivity #75506BrameisterParticipantFor future reference and others who may stumble upon this issue, in my case, the issue was the “www” used in the src of the iframe. It was causing the browser to prompt cross-origin issues somehow.
- This reply was modified 5 months ago by Brameister.
- This reply was modified 5 months ago by Brameister.
BrameisterParticipantFiles can’t be uploaded to Webflow
Hi guys, I’m no expert and I’m still figuring all of this out, but I might be able to help, if I understood your issue correctly.
You indeed can’t upload files to a webpage builder per se, but you can upload files to the server actually hosting the site (I believe Webflow also provides web hosting services, apart from the builder tool). This also applies to Elementor and WordPress. They’re not web hosts, but page builders.
However, you have to have a webpage host, right? That’s where you can access the server’s files.
After going through the process of creating the interface on Webflow/Elementor, you have to export the code and place it in your local Verge3d app folder. Then you can build the puzzle logic, etc.
After that, you need to place the entire app folder somewhere in the web host server, and then, back in Webflow/Elementor, you change the iframe’s src path to whereever your app.html file was placed on the server.
Then, the UI built on Webflow/Elementor will interact with the Verge3D scene on the live website.
Hope that helps!
2024-06-17 at 11:52 am in reply to: Dynamically-created object name in the “when clicked” puzzle #74912BrameisterParticipantIf your scene have several other objects except the cloned bars then it won’t work correctly if you click on one of those objects.
Thanks for the input, kdv! There is only one original bar object, from which all of the clones are made. It’s the “starting bar” so to say and I also need it to be the active bar when it is clicked. So, I think it will work, right? But the notion of adding logic will certainly be extremely useful in the future.
Thanks again to both of you V3D gurus!
2024-06-17 at 11:35 am in reply to: Dynamically-created object name in the “when clicked” puzzle #74910BrameisterParticipantFor future reference and other people that may struggle with this like I did, here’s what I came up with after Xeon’s awesome insight:
2024-06-17 at 12:49 am in reply to: Dynamically-created object name in the “when clicked” puzzle #74892BrameisterParticipantIt really amazes me how easy this is for you guys I’m a huge fan of you and kdv!
Thanks so much for the help, Xeon. Worked like a charm, so simple and sophisticated solution.
BrameisterParticipantI might have an interesting application for AI:
Consider a modular LED profile lighting system with a set of connections to link the profiles in different patterns, allowing the customer to customize the design, as shown in the attached image.
Imagine if you could start off the application with a blank canvas, where the customer can scribble the shapes and designs he wants by hand (either with the mouse or drawing on the touchscreen with his finger).
Then, an AI model interprets the directions and angles of the drawing and sets up the closest possible design with the 3D profile and connection models, which the client can further explore in a 3D scene.
How would you guys go about starting to outline a project to make that work?
Attachments:
You must be logged in to view attached files.BrameisterParticipantEasy
Worked perfectly. Thanks so much for your help kdv!
BrameisterParticipantBut it won’t work with multi-material objects. Single meshes only. Some fixes needed.
That was exactly the issue. Could there by any way around this?
BrameisterParticipantHi GLIFTEK and anyone who can help.
Is it not possible to rename a copied object?
The issue I have here is that the “copy object” puzzle has a suffix input field, but it also adds another suffix to the object name.
In your documentation, you show the following puzzle example:
That would be ideal, however, if I try to copy that same object, the copied object name is “Cube_Copy.000”
If I try to rename “Cube_Copy.000” to “Red_Cube”, it doesn’t work.
Is there any way to remove that added “.000” suffix or any other way to rename the copied object?
Thanks!
- This reply was modified 5 months, 1 week ago by Brameister.
- This reply was modified 5 months, 1 week ago by Brameister.
BrameisterParticipantI tried setting a variable to the clone and then snapped it to another object, but that made the cloned object scale up like 10x to 20x automatically. What did I miss here?
Attachments:
You must be logged in to view attached files.BrameisterParticipantBut what if I need to create more than one clone of the same object, but each clone has to be an individual and separate object, each of them with their own id?
-
AuthorPosts