Package org.vrspace.server.dto
Class Remove
java.lang.Object
org.vrspace.server.dto.Remove
- All Implemented Interfaces:
Command,SceneChange
Remove object from the scene or world. This message is sent by the server
when objects are removed from the scene, i.e. no longer visible. But when
client sends the message, objects are removed from the world. JSON message
structure is the same in both cases.
- Author:
- joe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(WorldManager world, Client client) next()removeObject(VRObject obj)