Difference between revisions of "LlGetRegionSunDirection/ja"

From Second Life Wiki
Jump to navigation Jump to search
(copy from english(Todo: need translate to japanese))
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{LSL_Function
{{LSL_Function/ja
|func=llGetRegionSunDirection|return_type=vector
|func=llGetRegionSunDirection|return_type=vector
|func_desc=Returns a normalized vector to the current sun position at the location of object containing the script.  [[llGetSunDirection]] is the vector to the parcel's sun, [[llGetRegionSunDirection]] is the vector to region's sun. If there is no custom environment set for the current parcel [[llGetSunDirection]] returns the direction to the region's sun. These functions are altitude aware.
|func_desc=スクリプトを含むオブジェクトの位置で、現在の太陽の位置に対する正規化されたベクトルを返します。[[llGetSunDirection]]はパーセルの太陽へのベクトルであり、[[llGetRegionSunDirection]]はリージョンの太陽へのベクトルです。現在のパーセルにカスタムな環境が設定されていない場合、[[llGetSunDirection]]はリージョンの太陽への方向を返します。これらの関数は高度を考慮しています。


|also_functions=
|also_functions=
{{LSL DefineRow||[[llGetEnvironment]]}} Newer function that consolidates many environment-based settings.
{{LSL DefineRow||[[llGetEnvironment/ja]]}} Newer function that consolidates many environment-based settings.
{{LSL DefineRow||[[llGetDayLength]]}}
{{LSL DefineRow||[[llGetDayLength/ja]]}}
{{LSL DefineRow||[[llGetDayOffset]]}}
{{LSL DefineRow||[[llGetDayOffset/ja]]}}
{{LSL DefineRow||[[llGetMoonDirection]]}}
{{LSL DefineRow||[[llGetMoonDirection/ja]]}}
{{LSL DefineRow||[[llGetMoonRotation]]}}
{{LSL DefineRow||[[llGetMoonRotation/ja]]}}
{{LSL DefineRow||[[llGetSunDirection]]}}
{{LSL DefineRow||[[llGetSunDirection/ja]]}}
{{LSL DefineRow||[[llGetSunRotation]]}}
{{LSL DefineRow||[[llGetSunRotation/ja]]}}
{{LSL DefineRow||[[llGetRegionDayLength]]}}
{{LSL DefineRow||[[llGetRegionDayLength/ja]]}}
{{LSL DefineRow||[[llGetRegionDayOffset]]}}
{{LSL DefineRow||[[llGetRegionDayOffset/ja]]}}
{{LSL DefineRow||[[llGetRegionMoonDirection]]}}
{{LSL DefineRow||[[llGetRegionMoonDirection/ja]]}}
{{LSL DefineRow||[[llGetRegionMoonRotation]]}}
{{LSL DefineRow||[[llGetRegionMoonRotation/ja]]}}
{{LSL DefineRow||[[llGetRegionSunDirection]]}}
{{LSL DefineRow||[[llGetRegionSunDirection/ja]]}}
{{LSL DefineRow||[[llGetRegionSunRotation]]}}
{{LSL DefineRow||[[llGetRegionSunRotation/ja]]}}
}}
}}

Latest revision as of 14:45, 22 November 2023

要約

関数: vector llGetRegionSunDirection( );

スクリプトを含むオブジェクトの位置で、現在の太陽の位置に対する正規化されたベクトルを返します。llGetSunDirectionはパーセルの太陽へのベクトルであり、llGetRegionSunDirectionはリージョンの太陽へのベクトルです。現在のパーセルにカスタムな環境が設定されていない場合、llGetSunDirectionはリージョンの太陽への方向を返します。これらの関数は高度を考慮しています。
vector で返します。

サンプル

特記事項

Search JIRA for related Issues

Signature

function vector llGetRegionSunDirection();
この翻訳は 原文 と比べて古いですか?間違いがありますか?読みにくいですか?みんなで 修正 していきましょう! (手順はこちら)
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。