flagflag  
7: 2014-10-23 (Thu) 19:13:06 iseki source 8: 2014-10-24 (Fri) 01:22:46 iseki source
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


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 2024Next Month
Su Mo Tu We Th Fr Sa
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 31
Today

Who's Online

53 user(s) are online (17 user(s) are browsing xpwiki)

Members: 0
Guests: 53

more...

Access Counter

Today : 4565456545654565
Yesterday : 1361113611136111361113611
Total : 2364297223642972236429722364297223642972236429722364297223642972
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com