SCN Converter
FileFlip converts SCN files into 14 other formats entirely inside your browser, using Assimp compiled to WebAssembly. The SCN file is never uploaded to a server: it is read off your disk, converted on your own machine, and saved back by the browser. There is no file-size limit and no account to create.
How do I convert an SCN file?#
- Drop your SCN file onto the converter at the top of this page, or click it to pick one from your computer.
- Choose the format you want out of it. FileFlip downloads the engine that conversion needs, once, and your browser caches it.
- Conversion starts the moment you pick the format, and the result is yours to download. The work happens in this tab, so nothing is uploaded and nothing is queued.
Is it safe to convert SCN files online?#
Yes, because nothing is uploaded. FileFlip converts SCN files inside the browser tab you already have open, using WebAssembly builds of the same engines a desktop converter would install. Your file is read from your own disk into the page's memory, and no request carrying it is ever made.
You do not have to take that on trust. Open your browser's network panel, run a conversion, and you will see the engine come down and your file go nowhere. There is no upload, no server-side copy, no retention window, and no account tied to what you converted.
How FileFlip works lists every engine, its version and its download size, and shows how to check for yourself that nothing leaves your machine.
What happens to a SCN file#
FileFlip converts SCN into 14 formats with Assimp, all of it inside the browser tab. Each conversion below names the engine it uses, what it downloads, and exactly what that conversion keeps or drops.
| Category | 3D Models |
|---|---|
| File extension | .scn |
| FileFlip support | Read only, so it is a source rather than a target |
| Conversions available | 14 |
| Engines | Assimp |
| Downloaded to your browser | 11.2 MB on the first conversion, then cached |
What is an SCN file?#
An SCN file, in the sense read by Assimp and other 3D tooling, is a Caligari trueSpace scene: the same tagged-chunk format as COB, holding an assembled arrangement of objects, lights and cameras rather than a single object.
There's little reason to author new SCN files; it matters for opening a scene saved by a copy of trueSpace.
Convert SCN to FBX or glTF to bring a trueSpace scene into a modeller or engine that's still maintained.
The SCN file format reference covers the specification, the programs that open one, and what each conversion keeps or drops.
SCN questions people ask#
What is an SCN file?
This entry covers the SCN format Caligari trueSpace produces, an assembled scene of objects, lights and cameras stored in the same tagged-chunk layout as trueSpace's COB object format. The .scn extension is reused by several other applications for unrelated scene formats, so an SCN file from another program won't open the same way.
How is SCN different from COB in trueSpace?
COB holds a single object; SCN holds a full scene, meaning multiple objects along with the lights and cameras arranged around them. Both use the same chunk format and the same parser reads either one.
Is trueSpace still available to open SCN files?
No. Caligari trueSpace was discontinued in 2009 after Microsoft acquired and then shut down Caligari, so opening an SCN file today generally means a converter or a library such as Assimp rather than the original application.