Function VisualServerSingleton.immediateNormal

Sets the normal to be used with next vertex. Equivalent to ImmediateGeometry.setNormal.

void immediateNormal (
  const(RID) immediate,
  const(Vector3) normal
) nothrow @nogc;