Package com.marginallyclever.ro3.apps.commands
package com.marginallyclever.ro3.apps.commands
Commands are the smallest unit of undoable work in the app.
-
ClassDescriptionUse a
NodeFactory
to add a new instance of aNode
to every selected branch of the scene tree.Copy the selected node(s) to the clipboard.Cut is a Copy followed by a Remove.Load a mesh from a file.Load a scene from a file.MoveNode
s from their current parent to another parent.Paste the copied nodes as children of the parent nodes.RemoveNode
s from the scene.