This article's documentation is for anything that uses the Source engine. Click here for more information.
This article's documentation is for Source 2. Click here for more information.

Buildcubemaps: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 7: Line 7:
To properly build cubemaps, follow the instructions here:
To properly build cubemaps, follow the instructions here:
* [[Cubemaps#Building cubemaps|Building cubemaps]] (for {{src|4}})
* [[Cubemaps#Building cubemaps|Building cubemaps]] (for {{src|4}})
* [[Cubemaps (Source 2)#Building cubemaps|Building cubemaps]] (for {{Src2|4}})
{{Note|{{Src2|4}} does not require this step as cubemaps can be automatically built when "Build cubemaps on load" is checked in {{hammer5|1|nt=0}}. If this option isn't checked,
user can simply run "{{code|buildcubemaps}}" in console command.}}


[[Category:Cubemaps]]
[[Category:Cubemaps]]
[[Category:Level Design]]
[[Category:Level Design]]

Revision as of 09:14, 11 February 2025

English (en)Translate (Translate)

buildcubemaps is a console command available in all Source Source and Source 2 Source 2 games.

Syntax: buildcubemaps <numbers of iterations>

Note.pngNote:Building cubemaps with multiple iterations are not available in Source 2. So instead run buildcubemaps again after reloading the map.

To properly build cubemaps, follow the instructions here:

Note.pngNote:Source 2 Source 2 does not require this step as cubemaps can be automatically built when "Build cubemaps on load" is checked in Hammer. If this option isn't checked, user can simply run "buildcubemaps" in console command.