fferro2
@fferro2
New Member
Joined: Feb 14, 2024
Topics: 19 / Replies: 76
Reply
RE: Dynamically changing spline text value

May be too late, but: kerning is a #float value, not a #point3, (that’s why there is a “0” after the ” “, this way the script evaluates something bef…

17 years ago
Forum
Reply
RE: Move a Camera in its own Z axis?

Thanks decon, I’ve changed a little bit your solution. Your Expression controller is now at a Multiplier Curve of the FOV controller. This way you ca…

17 years ago
Forum
Reply
RE: how to approach making road traffic?

Traffic Master in: (coming soon) PFlow-Traffic in: Fernando

17 years ago
Forum
Reply
RE: assign mat id's to objects

for i=1 to selection.count do ( addModifier selection[i] (materialModifier materialID:i name:”MaterialMod”) )

17 years ago
Forum
Topic
Forum
Replies: 0
Views: 3
Reply
RE: Crowd Cognitive Controllers

I tried the surface arrive with delegates only. Works fine. The problem is with bipeds. As they are constrained by the .bips avaliable in the moFlow g…

17 years ago
Forum
Reply
RE: Crowd Cognitive Controllers

I have not checked it, but you can change the team of two of them when they are close enough (the new team would have a speed vary behavior with a cen…

17 years ago
Forum
Reply
RE: Crowd Cognitive Controllers

Hi Jifman, I guess that instead of cognitives, it’s better to use a Per Frame Function (with the crowd helper selected: Modify > Solve > Maxsc…

17 years ago
Forum
Reply
RE: Crowd Cognitive Controllers

[size=2]The crowd helpers name is Crowd01 and the first team in it is bobs.[/size] [size=2]To check the distance between the evaluated delegate and ea…

17 years ago
Forum
Reply
RE: Crowd Cognitive Controllers

You cand do a for loop with all the delegates and check if belongs to one team, but I guess you are missunderstanding congnitive controllers. Why do y…

17 years ago
Forum
Reply
RE: Crowd Cognitive Controllers

Assuming this is part of the congnitive controller applied to Tim team: get_dist=distance del.simpos $bobs.simpos This measures the distance betwee…

17 years ago
Forum
Reply
RE: Crowd Cognitive Controllers

The script looks right (you are measuring distance of each delegate to bobs everytime, so this scrìpt can control all delegates but bobs). But it’s n…

17 years ago
Forum
Reply
RE: 2D Zoom in Camera Viewport?

Hi yoshimitsu, This script: ImagePlane13.ms from www.scriptspot.com could be dealing with part of your problem. It creates a plane normal to the came…

17 years ago
Forum
Reply
RE: preventing errors inside a script controller

thanks rdg and Dave Black, The file will be edited by many people. So, I am looking for a way to bypass errors if someone delete the CA or something. …

17 years ago
Forum
Topic
Forum
Replies: 4
Views: 17
Page 5 / 7