Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Regarding Vertex Weight
#1
Hi,

I was just wondering seeing that vertex weights could be applied through editing a blueprint, our system generates meshes procedurally, we were planning for the weight to be determined by another objects signed distance field. I was wondering if the API supported manually manipulating vertex weight through code as I was unable to find any information related to this.
Reply
#2
(09-01-2022, 01:02 PM)LegOfHam Wrote: Hi,

I was just wondering seeing that vertex weights could be applied through editing a blueprint, our system generates meshes procedurally, we were planning for the weight to be determined by another objects signed distance field. I was wondering if the API supported manually manipulating vertex weight through code as I was unable to find any information related to this.

Hi!

There's no such thing as "vertex weights" in Obi. You might be referring to particle masses, or maybe constraint properties (such as skin radius or backstop)?

Both can be altered at runtime. For per particle properties, see:
http://obi.virtualmethodstudio.com/manua...icles.html

For per-constraint properties, see:
http://obi.virtualmethodstudio.com/manua...aints.html

let me know if I can be of further help.
Reply