RenderFormer is a neural rendering pipeline that generates images from triangle-based scene representations using a sequence-to-sequence transformation approach, achieving full global illumination without requiring per-scene training. It comprises two stages: a view-independent stage for triangle-to-triangle light transport and a view-dependent stage for pixel value transformation, all built on transformer architecture. RenderFormer supports dynamic rendering, animations, and complex interactions in physically simulated scenes.