|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2009-2012 jMonkeyEngine
|
|
|
+ * Copyright (c) 2009-2025 jMonkeyEngine
|
|
|
* All rights reserved.
|
|
|
*
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
@@ -142,17 +142,6 @@ public class NewtonianParticleInfluencer extends DefaultParticleInfluencer {
|
|
|
particle.velocity.addLocal(temp);
|
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
- public NewtonianParticleInfluencer clone() {
|
|
|
- NewtonianParticleInfluencer result = new NewtonianParticleInfluencer();
|
|
|
- result.normalVelocity = normalVelocity;
|
|
|
- result.initialVelocity = initialVelocity;
|
|
|
- result.velocityVariation = velocityVariation;
|
|
|
- result.surfaceTangentFactor = surfaceTangentFactor;
|
|
|
- result.surfaceTangentRotation = surfaceTangentRotation;
|
|
|
- return result;
|
|
|
- }
|
|
|
-
|
|
|
@Override
|
|
|
public void write(JmeExporter ex) throws IOException {
|
|
|
super.write(ex);
|