Zh/CSS/Animated Clouds: Difference between revisions

From Valve Developer Community
< Zh
Jump to navigation Jump to search
No edit summary
m (obsolete language category)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{otherlang2
{{lang|CSS/Animated Clouds}}
|en=CSS/Animated Clouds
}}


== 找到这个模型 ==
== 找到这个模型 ==
[[Moving Clouds]] are a simple [[prop_dynamic]] away, below are some of the models you can use
{{L|Moving Clouds}} are a simple {{L|prop_dynamic}} away, below are some of the models you can use


Some models available in [[CS:S]] are:
Some models available in {{L|CS:S}} are:
* <code>models/props/cs_office/clouds.mdl</code>
* <code>models/props/cs_office/clouds.mdl</code>
* <code>models/props/de_tides/clouds.mdl</code>
* <code>models/props/de_tides/clouds.mdl</code>
Line 12: Line 10:


== 放置这个模型 ==
== 放置这个模型 ==
# Make a [[3D Skybox|3D skybox]]
# Make a {{L|3D Skybox|3D skybox}}
# Place the model in the map as a [[prop_dynamic]] or [[func_brush]] if its brushwork
# Place the model in the map as a {{L|prop_dynamic}} or {{L|func_brush}} if its brushwork
# Put the prop_dynamic by the center of your [[sky_camera]] in the skybox.
# Put the prop_dynamic by the center of your {{L|sky_camera}} in the skybox.
# Be sure to make it so the entities Shadow Property is set to Off else it might block the sunlight in your skybox.
# Be sure to make it so the entities Shadow Property is set to Off else it might block the sunlight in your skybox.


== 参见 ==
== 参见 ==
* [[Creating Animated Clouds]]
* {{L|Creating Animated Clouds}}


[[Category:Tutorials:zh-cn]]
{{ACategory|Tutorials}}
[[Category:Skybox:zh-cn]]
{{ACategory|Skybox}}
[[Category:Chinese:zh-cn]]
{{ACategory|Chinese}}
[[Category:Chinese]]

Latest revision as of 04:12, 22 August 2024

English (en)한국어 (ko)Русский (ru)中文 (zh)Translate (Translate)

找到这个模型

Moving Clouds(en) are a simple prop_dynamic(en) away, below are some of the models you can use

Some models available in CS:S(en) are:

  • models/props/cs_office/clouds.mdl
  • models/props/de_tides/clouds.mdl
  • models/props/de_port/clouds.mdl

放置这个模型

  1. Make a 3D skybox(en)
  2. Place the model in the map as a prop_dynamic(en) or func_brush(en) if its brushwork
  3. Put the prop_dynamic by the center of your sky_camera(en) in the skybox.
  4. Be sure to make it so the entities Shadow Property is set to Off else it might block the sunlight in your skybox.

参见