Tagged: multiple materials loned object
- This topic has 39 replies, 9 voices, and was last updated 1 month, 3 weeks ago by
kdv.
-
AuthorPosts
-
2022-12-25 at 1:32 am #59217
kdv
ParticipantA set of additional puzzles for Verge3D.
The first puzzle (and the most usefull) is an alternative to the
exec script
puzzle. It has no limitations (no VARS, no PROC), sees all variables and functions invisual_logic.js
or in other appended scripts. It just adds JS code as it is.
The second puzzle (like the original one) allows to clone an object but with its animation. Cloned animations can be played independently (except bone animations, they are synchronized).
https://v3d.net/9e4The last two puzzles just draw lines. One of them is always
1px
thin, the other one is always2px
or more thick. Their thickness doesn’t depend on the distance to them.
https://v3d.net/9cjGet it on Gumroad
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2022-12-26 at 6:05 am #59237Yuri Kovelenov
Staff2023-05-26 at 9:50 am #64120Alexander Kovelenov
Staff2023-07-18 at 6:34 pm #65316visualizer
CustomerHi
kdv
what is the price for that “clone with animation” pluginAlso a little suggestion s to make plugin fool proof
1. This “clone with animation” plugin can be added with
2. offset animation by certain value to original one
3. offset animation can have additional orientation option as advanced feature.
4. A mirror feature as well including animation… I havent seen it ,,, It may be already there. You have a deep knowhow,
-
This reply was modified 1 year, 7 months ago by
visualizer.
-
This reply was modified 1 year, 7 months ago by
visualizer.
2023-07-18 at 6:57 pm #65318kdv
Participantwhat is the price for that “clone with animation” plugin
The direct link is in the first post. See the price there.
This “clone with animation” plugin can be added with
offset animation by certain value to original oneYou can manipulate cloned animations with this puzzle https://www.soft8soft.com/docs/manual/en/puzzles/Animation.html#play_animation and they will be played asynchronously (except bone animations) like here https://v3d.net/9e4
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-07-18 at 7:00 pm #65320visualizer
CustomerI just added 3 & 4 the point
2023-07-18 at 7:05 pm #65321kdv
Participant1, 2, 3, 4 – just no. Use the
Play animation
puzzle and do whatever you want.Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-08-04 at 6:51 pm #65758visualizer
CustomerHi
everyone is not a skilled user of verge like app. you have uncommon skills.
I think some features are really important & will make the production flow easy.
Since I work with Ind. 4.0 & IoT technology …I feel there is a huge scope for verge & with advanced features.
I have recently worked on an Industrial Robotics & Automation example by using Verge. Where I really found V3d’s scope is big.2023-08-07 at 12:59 am #65820kdv
ParticipantAdded an option to clone materials (in case you need to change textures/colors of cloned objects individually).
Added the “rename object” puzzle (filling the gap in Objects).
Added the “load file” puzzle with the “accept only” option.
Added the “dragged object” puzzle. This puzzle can be used within the “when dragged over” puzzle only.
Usage example:
https://v3d.net/i2lPuzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-08-09 at 5:20 pm #65914visualizer
CustomerAh …. I see you are adding quite interesting features.
couple of them I didnt get really, but would love to see their applications. :)2023-08-13 at 8:33 am #66050kdv
ParticipantAdded the “replace material” puzzle as an alternative to “assign material”.
This puzzle can replace any material used on multi-material meshes (not only the first one). It also prevents replaced materials from being disposed of, keeping them always in the scene for further re-use (fake material users).
Get it on Gumroad
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-08-16 at 6:45 pm #66208vision
CustomerHi kdv, any change you can enable buy with Paypall on your gumroad?
2023-08-16 at 6:56 pm #66209kdv
ParticipantI told you to contact me via email here
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-08-18 at 10:54 am #66231kdv
ParticipantCompletely re-worked “replace material” puzzle. Now it can really work with multi-material meshes as many times as needed.
As the previous variant it prevents replaced materials from being disposed of, keeping them always in the scene for further re-use (fake users).
Get it on Gumroad
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-10-21 at 9:09 pm #67781kdv
ParticipantAdded the “set effective weight” puzzle for animations.
This puzzle will allow for a the smooth transition (cross-fading) between animations (ex. between idle and walking).
Simple demo: https://v3d.net/p4m
More advanced example: https://cdn.soft8soft.com/demo/examples/index.html?q=anim#webgl_animation_skinning_blendingPuzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
-
This reply was modified 1 year, 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.