meta data for this page
📚 差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录前一修订版 | |||
| scripting:client:camera [2025/12/03 10:33] – bibiboxs | scripting:client:camera [2026/04/18 01:48] (当前版本) – bibiboxs | ||
|---|---|---|---|
| 行 420: | 行 420: | ||
| ```javascript | ```javascript | ||
| Camera.Saturation = 1.0; | Camera.Saturation = 1.0; | ||
| + | ``` | ||
| + | |||
| + | |||
| + | |||
| + | ### Camera.Exposure | ||
| + | |||
| + | > 设置相机镜头**EV曝光度**,范围`-3.0~3.0`。 | ||
| + | |||
| + | ```javascript | ||
| + | Camera.Exposure = 0.0; | ||
| ``` | ``` | ||
| 行 672: | 行 682: | ||
| function Camera.TestVisiblePoint( pos: Vector ): bool | function Camera.TestVisiblePoint( pos: Vector ): bool | ||
| ``` | ``` | ||
| + | |||