FileInfo

Languages

Overview

What is an IRR file? An IRR file is a 3D file created by Irrlicht, an open-source 3D engine written in C++. It contains a scene graph, which includes particle systems, animators, and materials in XML format that Irrlicht references to create game scenes. Each IRR file may include user data, such as links to .IRRMESH mesh files, for scene nodes contained in the file.

More Information An example call to load a scene, or IRR file, in Irrlicht is below: // load the scene if (argc>1) smgr→loadScene(argv[1]); else smgr→loadScene("example directory/sample.irr");

Popularity4.3/5

3 votes

Quick AppUsed by
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched all file formats and software programs listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Document Icon

Breadcrumbs

DeveloperBrewer Data Management Software
Popularity1.5 | 2 Votes

Previous / Next

In-Depth

.IRR File Extension

2 file types use the .irr file extension.

Irrlicht 3D Scene

DeveloperN/A
Popularity
4.3  |  3 Votes
 

What is an IRR file?

An IRR file is a 3D file created by Irrlicht, an open-source 3D engine written in C++. It contains a scene graph, which includes particle systems, animators, and materials in XML format that Irrlicht references to create game scenes. Each IRR file may include user data, such as links to .IRRMESH mesh files, for scene nodes contained in the file.

More Information

An example call to load a scene, or IRR file, in Irrlicht is below:

// load the scene if (argc>1) smgr→loadScene(argv[1]); else smgr→loadScene("example directory/sample.irr");

Open over 400 file formats with File Viewer Plus . Free Download

Programs that open or reference IRR files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

Irrlicht

Free

Ambiera irrEdit

Discontinued

Free

Mac

Irrlicht

Free

Ambiera irrEdit

Discontinued

Free

Linux

Irrlicht

Free

Ambiera irrEdit

Discontinued

Free

Category: 3D Image Files

Updated: March 22, 2022

Brewer Lamp File

DeveloperBrewer Data Management Software
Popularity
1.5  |  2 Votes
 

Contains irradiance data calculated by UVBrewer, a Brewer UV data analysis program; defines the irradiance properties of a specific lamp; created by calibrating a lamp, then selecting "Save lamp file" within UVBrewer.

Programs that open IRR files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

Brewer UVBrewer

Category: Data Files

Updated: May 13, 2009

FAQ

What is an IRR file?
An IRR file is a 3D file created by Irrlicht, an open-source 3D engine written in C++. It contains a scene graph, which includes particle systems, animators, and materials in XML format that Irrlicht references to create game scenes. Each IRR file may include user data, such as links to .IRRMESH mesh files, for scene nodes contained in the file.