3d Rad Exporter Plugin |link| Jun 2026

: Copy the .rb file into your SketchUp Plugins folder:

By reverse-engineering the workflow, we aren't just moving polygons. We are preserving a workflow that prioritized speed and physics over PBR textures and volumetric lighting.

October 26, 2023 Category: 3D Workflow, Indie Dev, Reverse Engineering 3d rad exporter plugin

Its primary purpose is to allow creators to design complex scenes in a familiar CAD or modeling environment and export them directly into 3D Rad, bypassing the need for complex intermediate file conversion. Key Features

The magic of this plugin lies in its technical function: it acts as a bridge to the Microsoft DirectX/XNA ( .x ) file format. The .x file format is a standard for storing 3D model data—including mesh geometry, material properties, and texture mappings—that is natively supported by many Windows-based applications, including 3D Rad. By exporting to this well-established format, the plugin ensures that a wide range of model details are preserved, from the most complex shapes to the colors and patterns applied to their surfaces. : Copy the

This method loses collision tagging, but you can add a simple cube collision box inside 3D Rad itself. For static environment art, this is the fastest way to get high-poly assets into the engine without a plugin.

The 3D Rad exporter plugin has historically supported several legacy and modern 3D design suites. Depending on your version of the engine, the plugin integrates with: Key Features The magic of this plugin lies

To ensure a successful export, the plugin must be correctly integrated into the host software’s environment:

You build a standalone executable that reads a file (e.g., a Blender export) and converts it into a proprietary file format that your custom 3D Rad element reads.

Blender also has a dedicated 3D Rad exporter addon that enables the creation of custom content like skins and rigged meshes.