.IRR 파일 확장자
Irrlicht 3D Scene
| 개발사 | 해당 없음 |
| 인기도 |
4.3 | 3 투표 |
IRR 파일이란 무엇인가요?
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.
추가 정보
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");
IRR 파일을 열거나 참조하는 프로그램
Brewer Lamp File
| 개발사 | Brewer Data Management Software |
| 인기도 |
1.5 | 2 투표 |
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.