完成线的制作
This commit is contained in:
@@ -10,7 +10,6 @@ GameObject:
|
||||
m_Component:
|
||||
- component: {fileID: 744750288977666519}
|
||||
- component: {fileID: 6985090007750348232}
|
||||
- component: {fileID: 6445827893924548657}
|
||||
m_Layer: 0
|
||||
m_Name: LineSolver
|
||||
m_TagString: Untagged
|
||||
@@ -47,23 +46,57 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier: Obi::Obi.ObiSolver
|
||||
simulateWhenInvisible: 1
|
||||
m_Backend: 1
|
||||
substeps: 4
|
||||
maxStepsPerFrame: 1
|
||||
synchronization: 1
|
||||
parameters:
|
||||
mode: 0
|
||||
interpolation: 0
|
||||
gravity: {x: 0, y: -9.81, z: 0}
|
||||
ambientWind: {x: 0, y: 0, z: 0}
|
||||
foamGravityScale: 1
|
||||
damping: 0.997
|
||||
maxAnisotropy: 1
|
||||
sleepThreshold: 0.005
|
||||
maxVelocity: 50
|
||||
maxAngularVelocity: 20
|
||||
collisionMargin: 0.02
|
||||
maxDepenetration: 10
|
||||
continuousCollisionDetection: 1
|
||||
colliderCCD: 1
|
||||
particleCCD: 0
|
||||
shockPropagation: 0
|
||||
surfaceCollisionIterations: 1
|
||||
surfaceCollisionTolerance: 0.005
|
||||
diffusionMask: {x: 1, y: 1, z: 1, w: 1}
|
||||
m_MaxSurfaceChunks: 32768
|
||||
maxQueryResults: 8192
|
||||
maxFoamParticles: 8192
|
||||
maxParticleNeighbors: 128
|
||||
maxParticleContacts: 6
|
||||
useLimits: 0
|
||||
killOffLimitsParticles: 0
|
||||
boundaryLimits:
|
||||
m_Center: {x: 0, y: 0, z: 0}
|
||||
m_Extent: {x: 5, y: 5, z: 5}
|
||||
gravity: {x: 0, y: -6.06, z: 0}
|
||||
gravitySpace: 1
|
||||
ambientWind: {x: 0, y: 0, z: 0}
|
||||
windSpace: 1
|
||||
foamSubsteps: 1
|
||||
foamMinNeighbors: 3
|
||||
foamCollisions: 0
|
||||
maxFoamVelocityStretch: 0.3
|
||||
foamRadiusScale: 1
|
||||
foamFade: {x: 0.05, y: 0.8}
|
||||
foamAccelAgingRange: {x: 0.5, y: 0.8}
|
||||
foamAccelAging: 4
|
||||
foamVolumeDensity: 0.1
|
||||
foamAmbientDensity: 0.02
|
||||
foamScatterColor: {r: 0.8, g: 0.75, b: 0.7, a: 1}
|
||||
foamAmbientColor: {r: 0.4, g: 0.5, b: 0.6, a: 1}
|
||||
worldLinearInertiaScale: 0
|
||||
worldAngularInertiaScale: 0
|
||||
synchronousSpatialQueries: 0
|
||||
distanceConstraintParameters:
|
||||
evaluationOrder: 0
|
||||
iterations: 1
|
||||
@@ -119,6 +152,11 @@ MonoBehaviour:
|
||||
iterations: 1
|
||||
SORFactor: 1
|
||||
enabled: 1
|
||||
pinholeConstraintParameters:
|
||||
evaluationOrder: 1
|
||||
iterations: 1
|
||||
SORFactor: 1
|
||||
enabled: 1
|
||||
stitchConstraintParameters:
|
||||
evaluationOrder: 1
|
||||
iterations: 1
|
||||
@@ -144,18 +182,3 @@ MonoBehaviour:
|
||||
iterations: 1
|
||||
SORFactor: 1
|
||||
enabled: 0
|
||||
--- !u!114 &6445827893924548657
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 3385956386580495472}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 1d9704d540ac448439a425526f6b2986, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier: Obi::Obi.ObiFixedUpdater
|
||||
solvers:
|
||||
- {fileID: 6985090007750348232}
|
||||
substeps: 4
|
||||
|
||||
Reference in New Issue
Block a user