Questions tagged [cloth-simulation]
20 questions
0
votes
1 answer
Unity3D: Adding Sphere Collider to Cloth Component at Runtime Isn't Doing Anything
I'm trying to have it so that the player walks through a cloth curtain.
There's a sphere collider attached to my first person camera, and a cloth script attached to a prim plane. I'm trying to attach the FPS cam collider to the cloth object at…

Julian Rojas
- 1
- 3
0
votes
0 answers
Issues turning loaded meshes into cloth simulation
I'm having a bit of issue trying to get meshes I import into my program to have cloth simulation physics using a particle/spring system. I'm kind of a beginner into graphics programming, so sorry if this is super obvious and I'm just missing…

Jordie
- 1
- 1
0
votes
0 answers
Cloth simulation Y segments stop animating
I'm trying to learn and understand how Three.js works. I've started by creating a cloth simulation but I have run into a glitch. It seems setting the cloth to a width above 25, makes the segments start to cluster.
I'm setting the width in Cloth.js…

CalAlt
- 1,683
- 2
- 15
- 29
0
votes
2 answers
how to understand the singularity of saturation by RGB(0,0,0)
i have not found an article to explain why by transofrmation RGB Color model to HSI we have undefinde Saturation when the color is black?
Qeustion1: what is the explation of this (the mathematic reason)
Question2: when the singularity is in the…

George
- 1
- 1
0
votes
1 answer
Connecting a grid up with rope constraints
I'm trying to make a kind of "cloth simulation" by using ROBLOX's new rope constraints and a grid of parts.
Currently, I've made a 10x10 grid of .4x.4x.4 blocks and now I want to connect each one up with rope constraints.
I've named each part in the…

Ducktor
- 337
- 1
- 9
- 27