Search Forums

(Advanced Search)

Latest Threads
Compatibility with magica...
Forum: Obi Fluid
Last Post: etemaru
Today, 12:31 AM
» Replies: 2
» Views: 27
(7.0) New particle shader...
Forum: General
Last Post: kodra
Yesterday, 05:21 PM
» Replies: 1
» Views: 89
Rope Jittering/ Stutterin...
Forum: Obi Rope
Last Post: Nixon
03-05-2024, 06:42 PM
» Replies: 2
» Views: 50
Advection but for a mesh.
Forum: Obi Fluid
Last Post: spikebor
03-05-2024, 09:28 AM
» Replies: 0
» Views: 19
Tips for optimization usi...
Forum: Obi Softbody
Last Post: spikebor
03-05-2024, 09:14 AM
» Replies: 0
» Views: 16
Obi Fluid 6 not render on...
Forum: Obi Fluid
Last Post: spikebor
02-05-2024, 07:41 PM
» Replies: 3
» Views: 81
Question about garment on...
Forum: Obi Cloth
Last Post: josemendez
02-05-2024, 01:03 PM
» Replies: 21
» Views: 683
Attaching a rope and upda...
Forum: Obi Rope
Last Post: Alexander34
02-05-2024, 12:58 PM
» Replies: 5
» Views: 529
I've made a bounce script...
Forum: Obi Softbody
Last Post: spikebor
01-05-2024, 04:39 PM
» Replies: 3
» Views: 92
Prefab Creation & Cable L...
Forum: Obi Rope
Last Post: josemendez
01-05-2024, 01:12 PM
» Replies: 5
» Views: 118

 
  Advice on how to make a fine powder
Posted by: corbinyo`` - 16-03-2018, 03:35 PM - Forum: Obi Fluid - Replies (1)

Has anyone used obi fluid to make something similar to a fine powder, like baking soda or flour?

Print this item

  Adding ObiEmmitor gameObject in code
Posted by: shtolyan - 16-03-2018, 02:16 PM - Forum: Obi Fluid - Replies (10)

Hello! Thank you for the wonderful asset
Can you help me with the problem of creating an emitter in the code? The object is created on the scene, all obi objects are configured, but the render does not work.


[Image: -o3QSG2tnohlkRdAU6fe4bzLjCN7hFBsL7ufMg94...=2048x2048]

Here is my code:



public void Init()

        {

            GameObject emitterObject = new GameObject("emitter",

                typeof(ObiEmitter),

                typeof(ObiParticleRenderer));



            emitterObject.transform.position = gameObject.transform.position;

            emitterObject.transform.parent = gameObject.transform;



            _emitter = emitterObject.GetComponent<ObiEmitter>();

            _emitter.Solver = GameControllerObjects.Instance.ObiSolver;

            _emitter.NumParticles = 1000;

            _emitter.emissionMethod = ObiEmitter.EmissionMethod.STREAM;

            _emitter.speed = ((Liquid)VRAObject.Type).Speed;

            _emitter.lifespan = ((Liquid)VRAObject.Type).Lifespan;

            _emitter.randomVelocity = ((Liquid)VRAObject.Type).RandomVeloncity;

            _emitter.EmitterMaterial = GameControllerObjects.Instance.ObiEmitterMaterial;



            Color newCol = new Color();

            string htmlValue = "#" + ((Liquid)VRAObject.Type).ParticleColor;

            ObiParticleRenderer particleRenderer = emitterObject.GetComponent<ObiParticleRenderer>();

            if (ColorUtility.TryParseHtmlString(htmlValue, out newCol))

                particleRenderer.particleColor = newCol;

            particleRenderer.radiusScale = ((Liquid) VRAObject.Type).RadiusScale;

            GameControllerObjects.Instance.ObiFluidRenderer.particleRenderers.Add(particleRenderer);



            StartCoroutine(OnFinish());


        }

IEnumerator OnFinish()

        {

            yield return _emitter.StartCoroutine(_emitter.GeneratePhysicRepresentationForMesh());

            _emitter.AddToSolver(null);
        }


Also I have Exeption!
NullReferenceException: Object reference not set to an instance of an object
Obi.ObiActor.PushDataToSolver (ParticleData data) (at Assets/Obi/Scripts/Actors/ObiActor.cs:369)
Obi.ObiActor.AddToSolver (System.Object info) (at Assets/Obi/Scripts/Actors/ObiActor.cs:276)
Obi.ObiEmitter.AddToSolver (System.Object info) (at Assets/Obi/Scripts/Actors/ObiEmitter.cs:137)
Obi.ObiActor.Start () (at Assets/Obi/Scripts/Actors/ObiActor.cs:148)

Thank you!

Print this item

  holes on clothes
Posted by: AnriCZ - 15-03-2018, 06:46 PM - Forum: Obi Cloth - Replies (7)

Hi!
I saw video on the youtube https://www.youtube.com/watch?v=sc6kq1TV8Ek. I am doing everything the same, but have a problem. When I activated animation in Unity, shorts are torn.
The same problem I see in DAZ when turn animation on.
When I change poses in DAZ also appear holes on clothes, but in 1 sec everything goes to normal and clothes puts on correctly.
I spent many hours in solving of this problem, but nothing.
Daz 4.10
Unity 201.3.1f1
Genesis 8

So, i was  searching for alternative way for clothing and found your asset.
Questions:
1. Does it works with Daz3d genesis 8 models and clothing?
2. Will it solve my problems with holes?

Print this item

  Oculus support
Posted by: mikechui - 15-03-2018, 12:17 PM - Forum: Obi Fluid - Replies (3)

Dear sir,

May I know if the plugin will work with Oculus rift and an imported 3D model with interaction like pouring water?

Best,

Mike

Print this item

  Error with the latest version of Obi Cloth
Posted by: matchalover - 13-03-2018, 03:51 PM - Forum: Obi Cloth - Replies (2)

My project got crashed when i update the latest Obi Cloth version. Please help me fix this problem! Indeciso Indeciso Indeciso
https://imgur.com/a/Nc1H9

Print this item

  Help with Obi Cloth Tearable
Posted by: matchalover - 12-03-2018, 09:33 AM - Forum: Obi Cloth - Replies (1)

I just want to make the black line of this object to be teared only. I have tried to set the per-particle tear resistance but when the cut region was pretty bad. Are there any solution?
https://imgur.com/a/h7NLP

Print this item

  Link two Obi objects with Rope
Posted by: matchalover - 10-03-2018, 03:35 PM - Forum: Obi Cloth - Replies (3)

I want to make a link between two Obi objects with rope but when i pull the rope to the left, the rope seems to jump out of the Obi Cloth. I need some help !
Here is an example: https://www.youtube.com/watch?v=hlK-j3rf...e=youtu.be

Print this item

  Thicker cloth
Posted by: PawleyBoboli - 09-03-2018, 07:48 PM - Forum: Obi Cloth - Replies (2)

Hi Folks,

I am enjoying getting to know obi Cloth.  The behaviours I would like for my game are working out great, but I would like to give my cloth more thickness - similar to a tapestry or carpet.  Right now the stiffness and bendability are good, but the fabric looks as thin as a piece of paper (a single plane).  Can anyone tell me how I might be able to get more thickness?

Thanks for any help,
PB

Print this item

  Set Up HTC VIVE for Obi Liquid
Posted by: corbinyo`` - 09-03-2018, 05:00 PM - Forum: General - Replies (2)

if anyone has done this I would love to know how to achieve this.

Print this item

  Can you make Obi object follow another Unity object
Posted by: matchalover - 08-03-2018, 04:12 PM - Forum: Obi Cloth - Replies (2)

I'm trying to make a virtual surgery by LeapMotion (for control hands and tools) and Obi (for simulate human body's parts). I'm stuck in making the a tool to grab an Obi object. I can do with its collider but not the Obi form. Do you have any suggest?
P/s: Can i have a private support (email, chat...)? Because it's kinda hard to explain my idea. Thanks

Print this item