lanice / elemate

A sandbox game.
8 stars 0 forks source link

Particle group split&merge 121 #129

Closed kateyy closed 10 years ago

kateyy commented 10 years ago

Split groups that are too large, merge small groups with similar bounding boxes.

FHorschig commented 10 years ago

It crashes shortly after emitting any element. Are there any new dependencies?

If not: Console output: (btw: That path does not exist on my pc) c:\installers\release\workphysx-3.3.0_pc_sdk_core\source\physx\src\particles\NpP articleBaseTemplate.h (658) : invalid parameter : PxParticleReadDataFlag immutab le when the particle system is part of a scene.

AccessViolation is located in function "EmitterGroup::updateVisuals", line 61.

kateyy commented 10 years ago

We don't have any new dependencies, and the error doesn't occur on my pc. Do you use the checked or debug libraries of physx? I suppose the mentioned path is physx internal, related to the debug information in the binaries.. Do you have a stack trace for the error? Does it occur when we remove particles from the emitting group, when some particles touch the ground?

lanice commented 10 years ago

should be fixed, please approve @FHorschig

FHorschig commented 10 years ago

Approved :D