Merge branch 'main' of https://github.com/MiracleForest-Ichni/IchniCreatorStudio
This commit is contained in:
@@ -237,7 +237,10 @@ namespace Dreamteck.Splines
|
||||
}
|
||||
else
|
||||
{
|
||||
newParticleData.threeDOffset = new Vector3(Random.Range(-width, width), Random.Range(-width, width), 0);
|
||||
newParticleData.threeDOffset = new Vector3(
|
||||
Random.Range(-width, width) * extendDirection.x,
|
||||
Random.Range(-width, width) * extendDirection.y,
|
||||
Random.Range(-width, width) * extendDirection.z);
|
||||
}
|
||||
|
||||
newParticleData.startOffset = circle * 0.5f;
|
||||
|
||||
Reference in New Issue
Block a user