gs.morphs.Nowhere#

gs.morphs.Nowhere is a placeholder morph that carries no initial geometry. It is used for particle entities that start empty and are populated at runtime, for example the target of an emitter.

class genesis.options.morphs.Nowhere(*, pos: tuple[float, float, float] = (0.0, 0.0, 0.0), euler: tuple[float, float, float] | None = None, quat: tuple[float, float, float, float] | None = None, offset_pos: tuple[float, float, float] = (0.0, 0.0, 0.0), offset_euler: tuple[float, float, float] | None = None, offset_quat: tuple[float, float, float, float] = (1.0, 0.0, 0.0, 0.0), visualization: bool = True, collision: bool = True, requires_jac_and_IK: bool = False, enable_custom_vverts: bool = False, n_particles: int) None[source]#

Reserved for emitter. Internal use only.