Latest Threads |
Stretching verts uniforml...
Forum: Obi Softbody
Last Post: josemendez
15-09-2025, 04:32 PM
» Replies: 1
» Views: 192
|
Scripting rod forces
Forum: Obi Rope
Last Post: chenji
11-09-2025, 01:15 PM
» Replies: 25
» Views: 3,113
|
Burst error causing crash...
Forum: Obi Rope
Last Post: josemendez
10-09-2025, 07:03 AM
» Replies: 1
» Views: 282
|
Controlling speed of emit...
Forum: Obi Fluid
Last Post: josemendez
06-09-2025, 06:29 AM
» Replies: 1
» Views: 557
|
Looks nice on editor but ...
Forum: Obi Fluid
Last Post: josemendez
04-09-2025, 07:20 AM
» Replies: 3
» Views: 796
|
How to Shorten or Scale t...
Forum: Obi Rope
Last Post: josemendez
02-09-2025, 09:53 AM
» Replies: 5
» Views: 865
|
The Limitation of Using O...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 10:30 PM
» Replies: 1
» Views: 602
|
Bug Where a Straight Segm...
Forum: Obi Rope
Last Post: josemendez
01-09-2025, 08:46 PM
» Replies: 1
» Views: 565
|
Having an issue with obi ...
Forum: Obi Rope
Last Post: Ben_bionic
29-08-2025, 04:23 PM
» Replies: 4
» Views: 1,068
|
Non-uniform particle dist...
Forum: Obi Rope
Last Post: chenji
29-08-2025, 09:05 AM
» Replies: 4
» Views: 915
|
|
|
Centrifugal casting |
Posted by: DPhI_MUE - 05-04-2020, 12:07 PM - Forum: Obi Fluid
- Replies (2)
|
 |
Hello,
I am a structural engineer. I have some question regarding the capabilities of your solver.
Is it possible to use Virtual Method (Obi Fluid) to simulate the centrifugal casting procedure of concrete? This procedure is used in the production of concrete tubes with the length up to ca. 20 m and diameter up to 2 m. Is this solver comparable to, or even better than the CFD/DEM-solvers available on the market regarding the mentioned simulations? Finally, is it possible to incorporate rheology of Non-Newtonian Fluid fluid to your model (e.g. Bingham, Herschel-Bulkley etc..).
I know this is not a typical question, I would appreciate if you would contact me in PM if this does not belong to the general discussion.
Thanks in advance.
|
|
|
Obi Rope Photon Unity Networking2 |
Posted by: ammannagari - 05-04-2020, 12:08 AM - Forum: General
- Replies (11)
|
 |
Hi,
I am using ObiRope in my project where the movement of the obi rope needs to synchronize between two clients and the server. We are using Photon unity networking for networking.
I am able to see the rope in the server(laptop) but unable to see the rope in the phones. I have added the observed component to both ObiSolver and ObiRope.
Please let me know if I am doing anything wrong.
Looking for some help with this.
|
|
|
Making a chocolate syrup |
Posted by: Ronnie - 04-04-2020, 11:07 AM - Forum: Obi Fluid
- Replies (7)
|
 |
Canyou suggest me some properties to get a fluid like Chocolat syrup? Also I want it to optimize to mobile so how should i set it? Thanks
|
|
|
Getting particle connections |
Posted by: SpiralCircus - 03-04-2020, 05:25 PM - Forum: Obi Rope
- Replies (6)
|
 |
I'm interested in tracing all the particle positions, starting from a control node, and progressing along the length of each connected rope, but I need to stop where there has been a tear. The goal is to model electrical connectivity, via obi-ropes acting as wires.
Given a control point, I'd like to be able to trace along the rope until i reach a tear, finding which parts of the rope are "live" (connected to a power source). The result I want is an ordered list of points which I can use to draw electrical VFX on the screen.
Is there a property on a particle I can use to query it's connections to other particles? Or something in the actor or solver I can use to get this info?
|
|
|
thicknesses in runtime |
Posted by: Urbem - 03-04-2020, 08:00 AM - Forum: Obi Rope
- Replies (1)
|
 |
I want to change rope thikness in runtime. Like this:
path.thicknesses.data[_index] = 5f;
but in the game the rope is not updated. I try Update this functions, without result:
Rope.UpdateParticleProperties();
ropeMeshRenderer.UpdateRenderer(Rope);
solver.UpdateParameters();
How I can update Rope thicknesses in runtime?
|
|
|
[Solved] shader error on Android(Oculus Quest) build |
Posted by: Snail921 - 02-04-2020, 06:04 PM - Forum: Obi Cloth
- Replies (4)
|
 |
Hi,
I started getting errors on compiling the project for Oculus Quest.
Here is the errors:
- Shader error in 'Obi/Particles': invalid subscript '_ShadowCoord' at line 92 (on gles3)
Compiling Vertex program with DIRECTIONAL SHADOWS_SHADOWMASK LIGHTPROBE_SH
Platform defines: UNITY_NO_DXT5nm UNITY_NO_RGBM UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_MOBILE UNITY_HARDWARE_TIER2 UNITY_LIGHTMAP_DLDR_ENCODING
- Error building Player: Shader error in 'Obi/Particles': invalid subscript '_ShadowCoord' at line 92 (on gles3)
Compiling Vertex program with DIRECTIONAL SHADOWS_SHADOWMASK LIGHTPROBE_SH
Platform defines: UNITY_NO_DXT5nm UNITY_NO_RGBM UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_MOBILE UNITY_HARDWARE_TIER2 UNITY_LIGHTMAP_DLDR_ENCODING
I did not get any errors before and have no idea why the project starts throwing errors.
Could you please give me a solution for this?
Unity 2019.3.2f1
Obi Cloth 5.2
|
|
|
Control particles |
Posted by: solidsnake9058 - 02-04-2020, 07:18 AM - Forum: Obi Fluid
- No Replies
|
 |
Hello,
I need to pinning particles on 3d object forever in my case, just like drench honest.
How can I do for that?
I found method to control particles life when collision enter, maybe can keeps particles won't be back pool.
But I don't have any idea to pinning particles.
Or maybe I can create custom emitter by myself to create pinned particles on the object?
Thanks, and forgive my poor english.
|
|
|
Can't get a particle rotation |
Posted by: VirtualCucumber - 02-04-2020, 12:56 AM - Forum: Obi Rope
- Replies (2)
|
 |
Checked out the Docs and it has multiple ways to get rotational information but the functions all return zero'd out Quaternions / Vector3s.
I have to be missing something.
I tried (Even if they didn't pertain to ObiRope):
Code: ObiSolver.angularVelocities[solverIndex];
ObiSolver.orientations[solverIndex]
ObiRope.GetParticleOrientation(solverIndex)
|
|
|
|