3d Rad Exporter | Plugin

First, the exporter must apply . In a source application like Blender, an object might have a location ( (5, 0, 0) ), rotation ( (90°, 0, 0) ), and scale ( (2, 2, 2) ). The .rad3D format stores vertices in object space only; it does not support a transformation matrix. Consequently, the plugin must compute the world-space vertex positions by multiplying each vertex by the object’s combined matrix, then write the absolute values. The object’s pivot point is lost upon export, meaning that animations or constraints in 3D Rad must be applied to a dummy parent object, not the mesh itself.

You might be asking: "Why write a blog post about a dead exporter for a dead engine?" 3d rad exporter plugin