Forum Replies Created
-
AuthorPosts
-
GLiFTeKCustomer
Hi,
You should download verge 3d and look into all of the example projects they have available.I would recommend the “scooter” and “jewellery” projects.
Verge 3d is mainly used for configuration.
I think you’ve found what you’re looking for!Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!GLiFTeKCustomerGo to your applications folder and copy it, rename it accordingly (make a backup?)
Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!2021-03-12 at 2:51 am in reply to: The TransformControls of three.js has problems in verge3d. #39401GLiFTeKCustomerHi,
In the verge environment, “z” is “up”
While in three.js “y” is “up”
A simple switching of them in your code is needed I think.Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!GLiFTeKCustomeri found that i had to get the boolean result of each option before my provide fundction,
ie:
`
let option1 = block.getFieldValue(‘myDropdown’) === “OPTION1”;let option2 = block.getFieldValue(‘myDropdown’) === “OPTION2”;
let option3 = block.getFieldValue(‘myDropdown’) === “OPTION3”;
`
then pass those option1,2,3 as vars through the provide ( and the return)then within the provide function
`
let myDropdown;if (option1 == true){
myDropdown = ‘myText1’;
}
else if (option2 == true){
myDropdown = ‘myText2’;
}
else if (option3 == true){
myDropdown = ‘myText3’;
}
console.log(‘myDropdown: ‘,myDropdown);`
possibly there’s a more efficient way of doing it, but this works.
i had to get a “definition” to the ‘myText’ i was usingVisit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!GLiFTeKCustomerHi,
You’d have to post a pic of your puzzles for me to see, really.
You can just say animate from 0 to 90. With “updated value” puzzle be in whatever “change puzzle by” x,y,z etcVisit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!GLiFTeKCustomerHi,
If you’ve changed things like the output type(s) or number of inputs in your custom puzzles, this kind of problem can occur.This is why i always save a copy of my plugins before changing them when they’re already being used.
Try commenting out the instances of them in your in init.plug file.
Then go and repair things.Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!GLiFTeKCustomerHi.
I’d actually animate it in verge, not blender if I were you.You can’t click on empties, but you can drag on your cubes and have the drag on move option tell have your empties rotate.
Possibly just have 1 empty at the center and dynamically parent each “side of cubes” to it and when you drag them, it rotates in the proper direction.
(Remember to un-parent the last set of them before parenting,do this by leaving the field empty in their “parent to” puzzle.)
Definetely a fun project.
I’m sure you’ll learn allot making it!Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!GLiFTeKCustomerall set now
Cool.
I had it accidentally set to only be valid for certain time.
Thnx!Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!GLiFTeKCustomeradded this to our TODO list!
BTW, the link in your signature says that the Discord invite is invalid. You might check this.
Ooop! I will check that….ok
Should work now.Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!GLiFTeKCustomerHi,
I would try doing this with using empties and some clever parenting/unparenting.Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!GLiFTeKCustomerMight interfere with orbit controls panning
Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!GLiFTeKCustomerGlifTek,
Can you share any example link? though its not properly functional its okey I just want to look at it to understand.
Well a shortcut i found was to load an external file that is just for importing.
Though I’m still testing.Example: say you want to use a project you’ve found that suits your needs in a puzzle..
This project uses import as so and so from other module js libraries.The script tag in the .block file won’t act as it would in an html file, and allow the imports.
Thanks yuri
Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!GLiFTeKCustomerI agree.
One thing might help.
Click on your name, and then you can go to recent replies or topics you started.Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!GLiFTeKCustomerI don’t know about the color map issue, but is that a foosball product or a multiplayer online foosball game app?
(That would be cool.)
Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!GLiFTeKCustomerHi,
Personally,
I like to keep all my puzzle groups in ordered procedure puzzles and call them from a main procedure.Keeps things tight and easier to debug (enabling/disabling) them to troubleshoot.
Also, using your browser’s dev tool console is very important.
Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature! -
AuthorPosts