Forum Replies Created
-
AuthorPosts
-
2025-01-21 at 10:07 pm in reply to: Shape Key set above 0 (at 0.5) causes unwanted black color on faces? #79931xeonCustomer
do both shape key objects share the same color?
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerOne way would be to pass a query string to your V3D app. If you app is launched via a HTML button the query string can be apart of the html that makes this call…in the string you place the price. Your V3D app…can then read the query string, bring in the string value as text and update the 3D text or HTML text inside the V3D app.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerWell your first link is based on Unity…so having to skip that example.
The second link is Gliftek Plugin….and will for $29 you might want to buy it and see if it works for you but it states it only works for V3D: “3.8 pre3 and under.”If you need an ocean that will interact with the hull of your boat then you may have to create an ocean and texture it and create multiple mesh and texture options and then use shape keys to animate the ocean. Otherwise you are limited to an animated texture map.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerCould you provide additional information:
Could we see the puzzles, a link to the project, screen shots, etc.?Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerTry this order of things and see if it helps.
Save your puzzles.
Export your GLTF
Reload your app manager page.Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerOne simple way is when download the latest V3D zip file…rename the extracted folder to something like V3D_4_8 after a while you will have a collection of V3D versions. You can then go to preferences and select the version you want to use with the Blender version you want.
- This reply was modified 1 week, 1 day ago by xeon.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerWhen you open the app manager there is a gear icon on the left side. If you click on this it will open a window and at the top of that window it provides you the option to designate a folder. Create the folder you want to associate with the version of the app you are using and thats it.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerThis is a common problem that is commonly solved by adding an empty to the cameras location in blender – call it Cam_Loc. Then add an empty to where you wan the camera to point to …call it Cam_Tar. Then in V3D you should use the “set active camera” puzzle to your camera. Then you can use the object “snap” puzzle and snap the camera to Cam_Loc and then use the Camera Look at puzzle to Cam_Tar and set time to 0. This will ensure you camera in Blender and V3D are the same.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerWe have similar issues. Not saying this a great solution but one we use.
For each update to our system we keep the Blender release in use, the verge3D version and all associated plugins that may have been used. We also make the Application Manager use a specific folder for that version of blender and Verge3d…so there is no accidentaly updating an app.
When a new version of Blender and V3D is ready to use…we install the new B3D add the V3D update and change the App Manager folder. As long as you do this you can keep many concurrent versions of blender and V3D running simultaneously or archive them and have no issues…. or at least none that we have run into yet.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerI we’ll let me see if I can answer your question based on your provide question.
It sounds like you need to fix an object to the biotin of your screen. This object you are calling a monitor. You can parent an object to a camera and the n use the fit to camera edge functions. More info here: https://www.soft8soft.com/docs/manual/en/max/Camera.html#fit_to_camera_edge
If you could provide additional detail about your issue it will be easier to help
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerUse the map range puzzle to associate a data range of 0 to 1 and translate it to 0 to 70 or any other range.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com2025-01-11 at 5:06 am in reply to: Morph Factors – dynamic Health/HP limiting health restored to health bar frame #79770xeonCustomerWell…after re-reading this thread I believe our communication is more the issue than the problem you “might” be having. So let me see if I can try a different form of communication to get us on tract.
Let start by defining the “The Health Bar” – this would be the white frame, the black background, the grayed out “leds” and the colored leds.
Lets further define the request as a method of doing this via “shape keys” and math functions that change the values from shape keys to drive the animation of the “Health Bar”.
I dont believe this is the best approach based on the example you provided. I would suggest using textures to create the “Health Bar” and its animation. I would not recommend using shape keys for this at all.
However…if your project requires you to use shape keys as you have stated, then the example I provided will work. Note: the health bar does not change shape, it does not grow in dimension at any time in the video you provided. The only activity you see is the health bar led bar indicator increasing and decreasing based on inputs.
In the sample file, as soon as you max out your health…even if you keep clicking the right cube the health bar doesn’t get any bigger. It will be up to you to take this example and extrapolate to your use case.
I have updated the example to include a frame and a division so you can see one approach. Again…this would be best achieved with a texture not a mesh.
I hope this is helpful, if not, I may not be understanding the request…but try this latest version and see if this is the effect.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com2025-01-10 at 8:38 am in reply to: Morph Factors – dynamic Health/HP limiting health restored to health bar frame #79761xeonCustomerPerhaps if you have a storyboard that explains what you need. Health bars in most games have a set size and the thing that changes is the range amount. As an example at level 1 the health bar might be 0-100 while at level two the bar values might be 0-200 but the bars dimensions do not change only the values. Is this what you are wanting? Do you have a storyboard you can share ?
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com2025-01-10 at 6:22 am in reply to: Morph Factors – dynamic Health/HP limiting health restored to health bar frame #79757xeonCustomerHere is a simple example of a health bar using Shape Keys.
https://cdn.soft8soft.com/AROAJSY2GOEHMOFUVPIOE:f2f27a4091/x3l_healthbar.zip
Blend file included.There are two cubes – left and right. Clicking on the left cube simulates something that would deduct from health…..the right cube simulates and input that would add to the health.
Hope this helps.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.comxeonCustomerWhat do you see as the quality difference? Is it the reflection maps, lighting, the bloom, the modeling?
From what I see the three js version has a higher mesh density gem, higher bloom setting, different lighting and a different reflection map. Other than that… I would think you could get these same results in V3D.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com -
AuthorPosts