flagflag  If you want to see English page, please click "English" Button at Left.
7: 2014-10-23 (木) 19:13:06 iseki ソース 8: 2014-10-24 (金) 01:22:46 iseki ソース
Line 1: Line 1:
** OARCONV [#w9a5caae] ** OARCONV [#w9a5caae]
- This system converts from OAR of OpenSim to Collada files. - This system converts from OAR of OpenSim to Collada files.
-- If you are not poor, please use [[Tipodean's service>http://www.tipodean.com/converte​r/index.html]]. I think that system of Tipodean would be better quality than our system, probably. (But, since we are very poor, we have not used it. :-) )+- If you need more quality, please use [[Tipodean's service>http://www.tipodean.com/converte​r/index.html]]. I think that system of Tipodean would be better quality than our system, probably.
Line 21: Line 21:
#br #br
-*** Address of thanks. [#g24aa86c+*** Download [#f6b9aa88
-- This system uses the source code and resource of OpenSim in part. see also http://opensimulator.org/ +- OAR Converter Source Code: http://www.nsl.tuis.ac.jp/xoops/modules/d3downloads/index.php?page=singlefile&cid=4&lid=43
-- This system uses the source code of OpenMetaverse in part. see also http://openmetaverse.org/ +
-- This system uses OpenJpeg command and library. see also http://www.openjpeg.org/ +
-- This system uses zlib library. http://www.zlib.net/ +
-- This software is based in part on the work of the Independent JPEG Group. http://www.ijg.org/+
-- Thank you very much for all contributors!! +- Subversion Repository 
-#br+-- JunkBox_Lib: http://www.nsl.tuis.ac.jp/svn/linux/Junk​Box_Lib/branches/OARConv 
 +-- oarconv main: http://www.nsl.tuis.ac.jp/svn/linux/oarc​onv/trunk
-*** Download [#f6b9aa88] +- We do not distribute binary code. Please compile it by yourself.
-- Comming Soon!!+
#br #br
*** Install [#t5fa69f9] *** Install [#t5fa69f9]
**** Needed External Libraries [#zd40935b] **** Needed External Libraries [#zd40935b]
-- zlib +- zlib devel package 
-- libjpeg+- libjpeg devel package
- [[OpenJpeg]] (2.0 or 2.1) http://www.openjpeg.org/ - [[OpenJpeg]] (2.0 or 2.1) http://www.openjpeg.org/
-- Please install openjpeg to ''/usr/local'' -- Please install openjpeg to ''/usr/local''
 # wget https://openjpeg.googlecode.com/files/op​enjpeg-2.0.0.tar.gz  # wget https://openjpeg.googlecode.com/files/op​enjpeg-2.0.0.tar.gz
- # zcat openjpeg-2.0.0.tar.gz |tar xfv -+ # tar zxfv openjpeg-2.0.0.tar.gz
 # cd openjpeg-2.0.0  # cd openjpeg-2.0.0
 # cmake .  # cmake .
Line 50: Line 46:
**** Compile & Install [#tf329e06] **** Compile & Install [#tf329e06]
- Download and extract the package. - Download and extract the package.
- # zcat oarconv-x.y.z.tar.gz | tar xfv -+ 
 + # tar zfxv oarconv-x.y.z.tar.gz
 # cd oarconv-x.y.z  # cd oarconv-x.y.z
 # ./configure --enable-jpeg --enable-openjpeg=2.0      (if you installed openjpeg-2.1, use --enable-openjpeg=2.1)  # ./configure --enable-jpeg --enable-openjpeg=2.0      (if you installed openjpeg-2.1, use --enable-openjpeg=2.1)
 + # make
 # cd C++Lib  # cd C++Lib
 # make  # make
Line 58: Line 56:
 # make  # make
 # make install  # make install
 +- If you get ''aclocal error'', when you execute make. Please execute ''./config.sh'' command before ./configure command.
 +-- In this case, you need autoconf package.
 +#br
*** Usage [#o31ca9b8] *** Usage [#o31ca9b8]
Line 76: Line 77:
**** Unity3D [#r79cdfe6] **** Unity3D [#r79cdfe6]
 +- Unity3D does not read some parameters from collada file. ex. specular, transparency, emission and  ambient.
#br #br
 +
**** OpenJpeg [#xdb6b9c2] **** OpenJpeg [#xdb6b9c2]
 +- OpenJpeg2 often outputs the following messages. However, this does not need to care.
 +-- WARNING in tgt_create tree->numnodes == 0, no tree created.
#br #br
**** Collada [#v0cf8b88] **** Collada [#v0cf8b88]
- Collada does not support ''BumpMap'' - Collada does not support ''BumpMap''
 +-- oarconv treats BumpMap as extra tag.
 +#br
 +
 +*** Demo [#m41bf72b]
 +#br
 +*** License. [#t9bbafac]
 +- This is Japanese Text
 +
 +このソフトウェアに含まれるライブラリのライセンスの効力がこのソフトウェアにもおよぶ場合は,そのライセンスに従います.
 +この限りでない場合は,以下のライセンスに従います.
 +
 +このソフトウェアは非商用に限りフリーで使用できます.再配布,改造等も非商用であれば作者に断り無く行うことができます. ただし,再配布(改造後の再配布も含む)する場合は,元の配布物を完全に配布し,コピーライトを必ず明記してください. ''[OAR Converter: Copyright (C) 2014 Fumi.Iseki and K.Suzuki]''
 +
 +商用(このソフトウェアを使用したサービスで対価を得る場合も含む)で使用する場合は iseki@solar-system.tuis.ac.jp  までご連絡をください.
 +#br
 +
 +*** Exemption from responsibility. [#i7a1fccc]
 +This software is not guaranteed at all.
 +The author doesn't assume the responsibility for the problem that occurs along with use, remodeling, and the re-distribution of this software at all.
 +Please use everything by the self-responsibility.
 +#br
 +*** Address of thanks. [#g24aa86c]
 +- This system uses the source code and resource of OpenSim in part. see also http://opensimulator.org/
 +- This system uses the source code of OpenMetaverse in part. see also http://openmetaverse.org/
 +- This system uses OpenJpeg command and library. see also http://www.openjpeg.org/
 +- This system uses zlib library. http://www.zlib.net/
 +- This software is based in part on the work of the Independent JPEG Group. http://www.ijg.org/
 +
 +- This software is based on JunkBox Library. http://www.nsl.tuis.ac.jp/xoops/modules/​xpwiki/?Junk%20Box%20Library
 +
 +- Thank you very much for all contributors!!
#br #br
*** [[Memos of Development>./devel]] [#i9436202] *** [[Memos of Development>./devel]] [#i9436202]
#br #br


トップ   新規 ページ一覧 単語検索 最終更新   ヘルプ   最終更新のRSS 1.0 最終更新のRSS 2.0 最終更新のRSS Atom

サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 4月翌月
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
<今日>

オンライン状況

102 人のユーザが現在オンラインです。 (31 人のユーザが xpwiki を参照しています。)

登録ユーザ: 0
ゲスト: 102

もっと...

アクセスカウンタ

今日 : 1846718467184671846718467
昨日 : 1529415294152941529415294
総計 : 2341316723413167234131672341316723413167234131672341316723413167
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com