Moving emitter shapes to a separate package.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7568 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
		
							parent
							
								
									c95c656a55
								
							
						
					
					
						commit
						19ad025877
					
				| @ -48,9 +48,9 @@ import com.jme3.animation.SkeletonControl; | ||||
| import com.jme3.bounding.BoundingBox; | ||||
| import com.jme3.bounding.BoundingSphere; | ||||
| import com.jme3.bounding.BoundingVolume; | ||||
| import com.jme3.effect.EmitterMeshVertexShape; | ||||
| import com.jme3.effect.EmitterShape; | ||||
| import com.jme3.effect.ParticleEmitter; | ||||
| import com.jme3.effect.shapes.EmitterMeshVertexShape; | ||||
| import com.jme3.effect.shapes.EmitterShape; | ||||
| import com.jme3.material.Material; | ||||
| import com.jme3.math.Matrix4f; | ||||
| import com.jme3.math.Quaternion; | ||||
|  | ||||
| @ -2,14 +2,14 @@ package com.jme3.scene.plugins.blender.helpers.v249; | ||||
| 
 | ||||
| import java.util.logging.Logger; | ||||
| 
 | ||||
| import com.jme3.effect.EmitterMeshConvexHullShape; | ||||
| import com.jme3.effect.EmitterMeshFaceShape; | ||||
| import com.jme3.effect.EmitterMeshVertexShape; | ||||
| import com.jme3.effect.ParticleEmitter; | ||||
| import com.jme3.effect.ParticleMesh.Type; | ||||
| import com.jme3.effect.influencers.EmptyParticleInfluencer; | ||||
| import com.jme3.effect.influencers.ParticleInfluencer; | ||||
| import com.jme3.effect.influencers.NewtonianParticleInfluencer; | ||||
| import com.jme3.effect.shapes.EmitterMeshConvexHullShape; | ||||
| import com.jme3.effect.shapes.EmitterMeshFaceShape; | ||||
| import com.jme3.effect.shapes.EmitterMeshVertexShape; | ||||
| import com.jme3.math.ColorRGBA; | ||||
| import com.jme3.scene.plugins.blender.data.Structure; | ||||
| import com.jme3.scene.plugins.blender.exception.BlenderFileException; | ||||
|  | ||||
| @ -36,6 +36,8 @@ import com.jme3.bounding.BoundingBox; | ||||
| import com.jme3.effect.ParticleMesh.Type; | ||||
| import com.jme3.effect.influencers.DefaultParticleInfluencer; | ||||
| import com.jme3.effect.influencers.ParticleInfluencer; | ||||
| import com.jme3.effect.shapes.EmitterPointShape; | ||||
| import com.jme3.effect.shapes.EmitterShape; | ||||
| import com.jme3.export.JmeExporter; | ||||
| import com.jme3.export.JmeImporter; | ||||
| import com.jme3.export.InputCapsule; | ||||
|  | ||||
| @ -2,8 +2,8 @@ package com.jme3.effect.influencers; | ||||
| 
 | ||||
| import java.io.IOException; | ||||
| 
 | ||||
| import com.jme3.effect.EmitterShape; | ||||
| import com.jme3.effect.Particle; | ||||
| import com.jme3.effect.shapes.EmitterShape; | ||||
| import com.jme3.export.InputCapsule; | ||||
| import com.jme3.export.JmeExporter; | ||||
| import com.jme3.export.JmeImporter; | ||||
|  | ||||
| @ -2,8 +2,8 @@ package com.jme3.effect.influencers; | ||||
| 
 | ||||
| import java.io.IOException; | ||||
| 
 | ||||
| import com.jme3.effect.EmitterShape; | ||||
| import com.jme3.effect.Particle; | ||||
| import com.jme3.effect.shapes.EmitterShape; | ||||
| import com.jme3.export.JmeExporter; | ||||
| import com.jme3.export.JmeImporter; | ||||
| import com.jme3.math.Vector3f; | ||||
|  | ||||
| @ -2,8 +2,8 @@ package com.jme3.effect.influencers; | ||||
| 
 | ||||
| import java.io.IOException; | ||||
| 
 | ||||
| import com.jme3.effect.EmitterShape; | ||||
| import com.jme3.effect.Particle; | ||||
| import com.jme3.effect.shapes.EmitterShape; | ||||
| import com.jme3.export.InputCapsule; | ||||
| import com.jme3.export.JmeExporter; | ||||
| import com.jme3.export.JmeImporter; | ||||
|  | ||||
| @ -1,8 +1,8 @@ | ||||
| package com.jme3.effect.influencers; | ||||
| 
 | ||||
| import com.jme3.effect.EmitterShape; | ||||
| import com.jme3.effect.Particle; | ||||
| import com.jme3.effect.ParticleEmitter; | ||||
| import com.jme3.effect.shapes.EmitterShape; | ||||
| import com.jme3.export.Savable; | ||||
| import com.jme3.math.Vector3f; | ||||
| 
 | ||||
|  | ||||
| @ -30,7 +30,7 @@ | ||||
|  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| package com.jme3.effect; | ||||
| package com.jme3.effect.shapes; | ||||
| 
 | ||||
| import com.jme3.export.JmeExporter; | ||||
| import com.jme3.export.JmeImporter; | ||||
| @ -1,4 +1,4 @@ | ||||
| package com.jme3.effect; | ||||
| package com.jme3.effect.shapes; | ||||
| 
 | ||||
| import java.util.List; | ||||
| 
 | ||||
| @ -1,4 +1,4 @@ | ||||
| package com.jme3.effect; | ||||
| package com.jme3.effect.shapes; | ||||
| 
 | ||||
| import java.util.ArrayList; | ||||
| import java.util.List; | ||||
| @ -1,4 +1,4 @@ | ||||
| package com.jme3.effect; | ||||
| package com.jme3.effect.shapes; | ||||
| 
 | ||||
| import java.io.IOException; | ||||
| import java.util.ArrayList; | ||||
| @ -30,7 +30,7 @@ | ||||
|  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| package com.jme3.effect; | ||||
| package com.jme3.effect.shapes; | ||||
| 
 | ||||
| import com.jme3.export.JmeExporter; | ||||
| import com.jme3.export.JmeImporter; | ||||
| @ -30,7 +30,7 @@ | ||||
|  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| package com.jme3.effect; | ||||
| package com.jme3.effect.shapes; | ||||
| 
 | ||||
| import com.jme3.export.Savable; | ||||
| import com.jme3.math.Vector3f; | ||||
| @ -30,7 +30,7 @@ | ||||
|  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
| 
 | ||||
| package com.jme3.effect; | ||||
| package com.jme3.effect.shapes; | ||||
| 
 | ||||
| import com.jme3.export.JmeExporter; | ||||
| import com.jme3.export.JmeImporter; | ||||
| @ -15,9 +15,9 @@ import com.jme3.bullet.collision.shapes.SphereCollisionShape; | ||||
| import com.jme3.bullet.control.RigidBodyControl; | ||||
| import com.jme3.bullet.objects.PhysicsGhostObject; | ||||
| import com.jme3.bullet.objects.PhysicsRigidBody; | ||||
| import com.jme3.effect.EmitterSphereShape; | ||||
| import com.jme3.effect.ParticleEmitter; | ||||
| import com.jme3.effect.ParticleMesh.Type; | ||||
| import com.jme3.effect.shapes.EmitterSphereShape; | ||||
| import com.jme3.export.JmeExporter; | ||||
| import com.jme3.export.JmeImporter; | ||||
| import com.jme3.material.Material; | ||||
|  | ||||
| @ -46,9 +46,9 @@ import com.jme3.bullet.collision.shapes.SphereCollisionShape; | ||||
| import com.jme3.bullet.control.CharacterControl; | ||||
| import com.jme3.bullet.control.RigidBodyControl; | ||||
| import com.jme3.bullet.util.CollisionShapeFactory; | ||||
| import com.jme3.effect.EmitterSphereShape; | ||||
| import com.jme3.effect.ParticleEmitter; | ||||
| import com.jme3.effect.ParticleMesh.Type; | ||||
| import com.jme3.effect.shapes.EmitterSphereShape; | ||||
| import com.jme3.input.ChaseCamera; | ||||
| import com.jme3.input.KeyInput; | ||||
| import com.jme3.input.controls.ActionListener; | ||||
|  | ||||
| @ -33,9 +33,9 @@ | ||||
| package jme3test.effect; | ||||
| 
 | ||||
| import com.jme3.app.SimpleApplication; | ||||
| import com.jme3.effect.EmitterSphereShape; | ||||
| import com.jme3.effect.ParticleEmitter; | ||||
| import com.jme3.effect.ParticleMesh.Type; | ||||
| import com.jme3.effect.shapes.EmitterSphereShape; | ||||
| import com.jme3.material.Material; | ||||
| import com.jme3.math.ColorRGBA; | ||||
| import com.jme3.math.FastMath; | ||||
|  | ||||
| @ -33,9 +33,9 @@ | ||||
| package jme3test.effect; | ||||
| 
 | ||||
| import com.jme3.app.SimpleApplication; | ||||
| import com.jme3.effect.EmitterSphereShape; | ||||
| import com.jme3.effect.ParticleEmitter; | ||||
| import com.jme3.effect.ParticleMesh.Type; | ||||
| import com.jme3.effect.shapes.EmitterSphereShape; | ||||
| import com.jme3.material.Material; | ||||
| import com.jme3.math.FastMath; | ||||
| import com.jme3.math.Vector3f; | ||||
|  | ||||
| @ -33,9 +33,9 @@ | ||||
| package jme3test.effect; | ||||
| 
 | ||||
| import com.jme3.app.SimpleApplication; | ||||
| import com.jme3.effect.EmitterSphereShape; | ||||
| import com.jme3.effect.ParticleEmitter; | ||||
| import com.jme3.effect.ParticleMesh.Type; | ||||
| import com.jme3.effect.shapes.EmitterSphereShape; | ||||
| import com.jme3.material.Material; | ||||
| import com.jme3.math.Vector3f; | ||||
| 
 | ||||
|  | ||||
| @ -33,9 +33,9 @@ | ||||
| package jme3test.effect; | ||||
| 
 | ||||
| import com.jme3.app.SimpleApplication; | ||||
| import com.jme3.effect.EmitterBoxShape; | ||||
| import com.jme3.effect.ParticleEmitter; | ||||
| import com.jme3.effect.ParticleMesh.Type; | ||||
| import com.jme3.effect.shapes.EmitterBoxShape; | ||||
| import com.jme3.material.Material; | ||||
| import com.jme3.math.ColorRGBA; | ||||
| import com.jme3.math.Vector3f; | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| package jme3test.network.sync; | ||||
| 
 | ||||
| import com.jme3.app.SimpleApplication; | ||||
| import com.jme3.effect.EmitterSphereShape; | ||||
| import com.jme3.effect.shapes.EmitterSphereShape; | ||||
| import com.jme3.math.ColorRGBA; | ||||
| import com.jme3.math.Vector3f; | ||||
| import com.jme3.network.connection.Client; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user