FileInfo

Languages

Overview

What is a MATERIAL file? File used by Rigs of Rods, an open source truck, car, airplane, and boat simulator; contains nested instructions and properties that reference a particular 3D model, such as a truck, to a texture file; specifies textures that are declared in a corresponding .TRUCK file.

More Information NOTE: Valid texture files are in .PNG , .JPG , and .DDS formats, and DDS is the recommended format.

Popularity3/5

7 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

DeveloperThe OGRE Team
Popularity3.0 | 1 Vote

Previous / Next

In-Depth

.MATERIAL File Extension

3 file types use the .material file extension.

Rigs of Rods Texture Reference File

DeveloperN/A
Popularity
3.0  |  7 Votes
 

What is a MATERIAL file?

File used by Rigs of Rods, an open source truck, car, airplane, and boat simulator; contains nested instructions and properties that reference a particular 3D model, such as a truck, to a texture file; specifies textures that are declared in a corresponding .TRUCK file.

More Information

NOTE: Valid texture files are in .PNG , .JPG , and .DDS formats, and DDS is the recommended format.

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

Programs that open or reference MATERIAL files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

Rigs of Rods

Free

Mac

Rigs of Rods

Free

Category: Settings Files

Updated: January 25, 2010

Godot Engine Material

DeveloperGodot
Popularity
4.0  |  2 Votes
 

A MATERIAL file may also be a material used by Godot Engine, an open-source game development engine. It contains properties that control how light interacts with a 3D object. Some 3D scene creation tools, such as Blender , create MATERIAL files when a user exports a Godot Engine scene.

More Information

Video game developers use Godot Engine to create 2D and 3D video games. These games are comprised of one or more scenes. Often, developers create scenes outside Godot Engine and then import them. Scenes created outside Godot Engine may use internal materials, stored in the scene file, or external materials, stored in separate MATERIAL files.

For example, the Godot Blender Exporter allows developers to export scenes as .ESCN files. If a developer selects Generate External Material while creating an ESCN file, Godot Blender Exporter saves the scene's materials in separate MATERIAL files. The developer must then import these MATERIAL files into Godot Engine along with their ESCN file.

How to open a MATERIAL file

You can import the material a MATERIAL file contains into Godot Engine (multiplatform). To do so, review Godot Engine's documentation for importing scenes with separate materials.

Programs that open MATERIAL files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

Godot Engine

Free

Mac

Godot Engine

Free

Linux

Godot Engine

Free

Category: Developer Files

Updated: June 24, 2022

OGRE Material Script

DeveloperThe OGRE Team
Popularity
3.0  |  1 Vote
 

A MATERIAL file may also be a material definition script used by OGRE (Object-Oriented Graphics Rendering Engine). It contains rendering instructions and asset references that define how OGRE renders a complex material. Video game developers create and use MATERIAL files when developing games that use OGRE.

More Information

MATERIAL file open in Microsoft Visual Studio Code

OGRE is an open-source 3D rendering engine used by many popular games. Some examples include Rigs of Rods, Torchlight, and until 2014, Roblox.

Developers using OGRE have the option of creating materials using material scripts. This allows them to easily reuse the same materials in multiple places, without manually coding the material each time. Material scripts are saved in MATERIAL files.

Each MATERIAL file typically begins with a top-level comment, stating what material the file defines. It then goes on to specify rendering instructions, carried out using various OGRE rendering techniques. Each technique can be performed one or more times, with each pass used to render the material in a slightly different way, producing a composite effect.

NOTE: The MATERIAL files that Rigs of Rods uses are OGRE MATERIAL files. Rigs of Rods uses the OGRE rendering engine.

How to open a MATERIAL file

You can open and edit a MATERIAL file with Microsoft Visual Studio Code (multiplatform) or any other source code or text editor. For instructions on how to use MATERIAL files with OGRE (multiplatform), refer to the program's documentation.

Programs that open or reference MATERIAL files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

OGRE

Free

Microsoft Visual Studio Code

Free

Any text editor

Mac

OGRE

Free

Microsoft Visual Studio Code

Free

Any text editor

Linux

OGRE

Free

Microsoft Visual Studio Code

Free

Any text editor

Category: Developer Files

Updated: March 21, 2023

FAQ

What is a MATERIAL file?
File used by Rigs of Rods, an open source truck, car, airplane, and boat simulator; contains nested instructions and properties that reference a particular 3D model, such as a truck, to a texture file; specifies textures that are declared in a corresponding .TRUCK file.