OpenSim/Diorama2
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* OpenSim Real Time Diorama System 2 [#n7e1cce6]
** OpenSim Diorama System [#p8953632]
&ref(diorama2.png,,40%);~
*** github
- https://github.com/MTSGJ/opensim.diorama
*** Demo [#ifc26417]
- v2.0 Demo : http://youtu.be/RLtI-2uCRVY
*** OpenSim Diorama System v2 [#s5f7d9bd]
- This System is using [[SRTM>http://www2.jpl.nasa.gov/sr...
- This System is using [[Google Map API>https://developer...
&ref(ODS2.jpg,,50%);
*** Previus Version [#a7aac2a0]
- [[OpenSim Diorama System v1.0>/OpenSim/Diorama]]
- v1.0 Demo : http://www.youtube.com/watch?v=NKBu95z3cgc
*** Download [#kb7db095]
**** Release
- https://github.com/MTSGJ/opensim.diorama/releases/tag/v...
**** v2.0 Development Version
- git clone https://github.com/MTSGJ/opensim.diorama.git
** The most simplest Getting Start [#w8708baa]
+ Download patched OpenSim.exe and copy to OpenSim folder...
-- Please set ''OSFunctionThreatLevel'' to ''High'' in Op...
-- Execute OpenSim.exe
+ Download patched Viewer and copy to original viewer fol...
+ Login to OpenSim.
+ Set all ''Texture Elevation Range'' of Terrain to ''0.0...
+ Create Object and create new script. Copy and paste LSL...
+ Type command. Example ... ''/5050 mapping 46.849742x-12...
** OpenSim Server [#l83afdd9]
*** Extend Server Function [#g45c8378]
- Patch: https://github.com/MTSGJ/opensim.diorama/blob/ma...
-- Correct bug of ''DynamicTexture'' function for osSetTe...
-- Add ''osTerrainSetByString()'' function to LSL
-- Add ''osSetTerrainTextureURL()'' function to LSL
-- Add ''osTerrainFill()'' function to LSL
*** Patched OpenSim.exe [#h5e52918]
**** 0.8.1 Dev [#d3d31d05]
- [[OpenSim_nsl_0.8.1Dev.exe (zip)>https://www.nsl.tuis.a...
** Web Server (PHP) [#u663075a]
- Web Server Scripts (PHP) download Terrain Height data a...
-- get_height.php : down load height data as string data.
-- get_texture.php : down load texture data.
- This System is using [[SRTM>http://www2.jpl.nasa.gov/sr...
- This System is using [[Google Map API>https://developer...
- If you difficult to set up Web Server, you may use our ...
- ex.) Mt. Rainier
-- https://www.nsl.tuis.ac.jp/geo/get_texture.php?code=46...
-- https://www.nsl.tuis.ac.jp/geo/get_height.php?code=46....
** LSL [#c8c97828]
- [[TerrainModifyer>https://github.com/MTSGJ/opensim.dior...
- [[TerrainMod.conf>https://github.com/MTSGJ/opensim.dior...
** SL Viewer [#pf47a642]
*** Extend Viewer Function [#tb2e21b5]
- Direct display terrain textures on Region.
-- http://youtu.be/LJVHHp7bviA
*** Patched Viewer [#r997dc46]
- Install original Viewer and copy the below patched View...
**** Singularity Viewer [#j36d81f7]
- [[SingularityViewer-1.8.6-nsl (x86)>https://www.nsl.tui...
**** Firestorm Viewer [#dd171e7a]
- [[FirestormOS-4.6.9-nsl (x86)>https://www.nsl.tuis.ac.j...
** Bug [#faaacb8b]
-描画距離が大きいと他のSIMの影響を受けて,画像がおかしく...
&ref(diorama2_err.png,,40%);~
** Development [#b7e71329]
*** Memo [#tdc8640c]
- https://github.com/JakDaniels/OpenSimTide
#br
終了行:
* OpenSim Real Time Diorama System 2 [#n7e1cce6]
** OpenSim Diorama System [#p8953632]
&ref(diorama2.png,,40%);~
*** github
- https://github.com/MTSGJ/opensim.diorama
*** Demo [#ifc26417]
- v2.0 Demo : http://youtu.be/RLtI-2uCRVY
*** OpenSim Diorama System v2 [#s5f7d9bd]
- This System is using [[SRTM>http://www2.jpl.nasa.gov/sr...
- This System is using [[Google Map API>https://developer...
&ref(ODS2.jpg,,50%);
*** Previus Version [#a7aac2a0]
- [[OpenSim Diorama System v1.0>/OpenSim/Diorama]]
- v1.0 Demo : http://www.youtube.com/watch?v=NKBu95z3cgc
*** Download [#kb7db095]
**** Release
- https://github.com/MTSGJ/opensim.diorama/releases/tag/v...
**** v2.0 Development Version
- git clone https://github.com/MTSGJ/opensim.diorama.git
** The most simplest Getting Start [#w8708baa]
+ Download patched OpenSim.exe and copy to OpenSim folder...
-- Please set ''OSFunctionThreatLevel'' to ''High'' in Op...
-- Execute OpenSim.exe
+ Download patched Viewer and copy to original viewer fol...
+ Login to OpenSim.
+ Set all ''Texture Elevation Range'' of Terrain to ''0.0...
+ Create Object and create new script. Copy and paste LSL...
+ Type command. Example ... ''/5050 mapping 46.849742x-12...
** OpenSim Server [#l83afdd9]
*** Extend Server Function [#g45c8378]
- Patch: https://github.com/MTSGJ/opensim.diorama/blob/ma...
-- Correct bug of ''DynamicTexture'' function for osSetTe...
-- Add ''osTerrainSetByString()'' function to LSL
-- Add ''osSetTerrainTextureURL()'' function to LSL
-- Add ''osTerrainFill()'' function to LSL
*** Patched OpenSim.exe [#h5e52918]
**** 0.8.1 Dev [#d3d31d05]
- [[OpenSim_nsl_0.8.1Dev.exe (zip)>https://www.nsl.tuis.a...
** Web Server (PHP) [#u663075a]
- Web Server Scripts (PHP) download Terrain Height data a...
-- get_height.php : down load height data as string data.
-- get_texture.php : down load texture data.
- This System is using [[SRTM>http://www2.jpl.nasa.gov/sr...
- This System is using [[Google Map API>https://developer...
- If you difficult to set up Web Server, you may use our ...
- ex.) Mt. Rainier
-- https://www.nsl.tuis.ac.jp/geo/get_texture.php?code=46...
-- https://www.nsl.tuis.ac.jp/geo/get_height.php?code=46....
** LSL [#c8c97828]
- [[TerrainModifyer>https://github.com/MTSGJ/opensim.dior...
- [[TerrainMod.conf>https://github.com/MTSGJ/opensim.dior...
** SL Viewer [#pf47a642]
*** Extend Viewer Function [#tb2e21b5]
- Direct display terrain textures on Region.
-- http://youtu.be/LJVHHp7bviA
*** Patched Viewer [#r997dc46]
- Install original Viewer and copy the below patched View...
**** Singularity Viewer [#j36d81f7]
- [[SingularityViewer-1.8.6-nsl (x86)>https://www.nsl.tui...
**** Firestorm Viewer [#dd171e7a]
- [[FirestormOS-4.6.9-nsl (x86)>https://www.nsl.tuis.ac.j...
** Bug [#faaacb8b]
-描画距離が大きいと他のSIMの影響を受けて,画像がおかしく...
&ref(diorama2_err.png,,40%);~
** Development [#b7e71329]
*** Memo [#tdc8640c]
- https://github.com/JakDaniels/OpenSimTide
#br
ページ名: