diff options
| author | sschirm <[email protected]> | 2016-12-27 13:43:54 +0100 |
|---|---|---|
| committer | sschirm <[email protected]> | 2016-12-27 13:43:54 +0100 |
| commit | 64566804758e08a4c1d13fc1f8f7cb9ea8c674c8 (patch) | |
| tree | ff28d36ab8f2023176d84ba397ad5aaf508dcff6 /APEX_1.4/snippets/SnippetCommon/spriteBasicIos6.apx | |
| parent | PhysX 3.4 / APEX 1.4 release candidate @21506124 (diff) | |
| download | physx-3.4-64566804758e08a4c1d13fc1f8f7cb9ea8c674c8.tar.xz physx-3.4-64566804758e08a4c1d13fc1f8f7cb9ea8c674c8.zip | |
PhysX 3.4, APEX 1.4 release candidate update: @21511067-21511214
Diffstat (limited to 'APEX_1.4/snippets/SnippetCommon/spriteBasicIos6.apx')
| -rw-r--r-- | APEX_1.4/snippets/SnippetCommon/spriteBasicIos6.apx | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/APEX_1.4/snippets/SnippetCommon/spriteBasicIos6.apx b/APEX_1.4/snippets/SnippetCommon/spriteBasicIos6.apx new file mode 100644 index 00000000..b4030184 --- /dev/null +++ b/APEX_1.4/snippets/SnippetCommon/spriteBasicIos6.apx @@ -0,0 +1,48 @@ +<!DOCTYPE NvParameters> +<NvParameters numObjects="1" version="1.0" > +<value name="" type="Ref" className="BasicIOSAssetParam" version="1.4" checksum="0xd1ae20ca 0xe79f585e 0x9ab86d65 0x9964607a"> + <struct name=""> + <value name="restDensity" type="F32">1</value> + <value name="particleRadius" type="F32">0.100000001</value> + <value name="maxParticleCount" type="U32">16384</value> + <value name="maxInjectedParticleCount" type="F32">0.100000001</value> + <value name="maxCollidingObjects" type="U32">32</value> + <value name="sceneGravityScale" type="F32">1</value> + <value name="externalAcceleration" type="Vec3">0 0 0</value> + <struct name="particleMass"> + <value name="center" type="F32">1</value> + <value name="spread" type="F32">0</value> + <value name="type" type="Enum">uniform</value> + </struct> + <value name="collisionFilterDataName" type="String">SPRITE_COL_GRP_MASK</value> + <value name="fieldSamplerFilterDataName" type="String">SPRITE_COL_GRP_MASK</value> + <value name="staticCollision" type="Bool">true</value> + <value name="restitutionForStaticShapes" type="F32">0.5</value> + <value name="dynamicCollision" type="Bool">true</value> + <value name="restitutionForDynamicShapes" type="F32">0.5</value> + <value name="collisionDistanceMultiplier" type="F32">1</value> + <value name="collisionThreshold" type="F32">0.00100000005</value> + <value name="collisionWithConvex" type="Bool">true</value> + <value name="collisionWithTriangleMesh" type="Bool">true</value> + <struct name="GridDensity"> + <value name="Enabled" type="Bool">false</value> + <value name="Resolution" type="Enum">GDG_16</value> + <value name="GridSize" type="F32">10</value> + <value name="MaxCellCount" type="U32">16</value> + </struct> + <value name="enableTemperatureBuffer" type="Bool">false</value> + <value name="enableDensityBuffer" type="Bool">false</value> + <value name="enableCouplingOverride" type="Bool">false</value> + <struct name="particleToGridCoupling"> + <value name="accelTimeConstant" type="F32">0.00999999978</value> + <value name="decelTimeConstant" type="F32">10</value> + <value name="thresholdMultiplier" type="F32">2</value> + </struct> + <struct name="gridToParticleCoupling"> + <value name="accelTimeConstant" type="F32">0.00999999978</value> + <value name="decelTimeConstant" type="F32">0.00999999978</value> + <value name="thresholdMultiplier" type="F32">1</value> + </struct> + </struct> +</value> +</NvParameters> |