flagflag  If you want to see English page, please click "English" Button at Left.
Page Top
for MS Windows anchor.png
  • Windows UI is available now. Please see OARConvWin.
     
Page Top
v1.4.x anchor.png
  • v1.4.4
    • fix "tree rotation bug" that tree does not rotation. re-generate tree images
  • v1.4.3
    • correct Gray Scale Sculpt Image
  • v1.4.2
    • support MS Windws
  • v1.4.1
    • fix memory leak of STLTool, for VS C++
Page Top

Attention anchor.png

Japanese Text

  • 全てのデータが問題なく変換できる訳ではありません.正確に変換できないオブジェクトがあります.
  • 最大限の変換効果を得るには,エディタ拡張の SelectOARShader を経由して Unityにインポートする必要があります.
  • その他,こちらで把握していない問題点が多数存在するものと思われます.
  • SL Viewer は真に偉大なソフトウェアです (とても真似できん!)
     
Page Top
Not Support (そもそもコーディングしていない機能) anchor.png
  • サーポートしていないシェーディング方法があります(バンプマップ,スペキュラマップなど).
  • フレキシブルプリム,リンデンツリーはサポートしていません.
  • スクリプト(パーティクルシステム)はサポートしてません.
  • 水面・水中はサポートしていません.Unityのアセットを使用してください.
     
Page Top
Known Bugs (能力限界) anchor.png
  • テクスチャが(正確に)読み込めない場合があります.
  • アルファチャネルが正確に表示されない場合があります(アルファブレンディングなど).
  • 一部テクスチャが正確に貼り付けられない場合があります(チューブプリムの側面など).
     
Page Top

Version 1.4 anchor.png

Page Top

Functions. anchor.png

Normal PrimOKBut Test is not enough
Sculpted PrimOKBut Test is not enough
MeshOKTextures are limited to 32 pieces
Tree & GrassMiddlingLinden Tree is not supported
Flexible PrimNo
TerrainMiddlingTerrain Texture is not well
Var RegionOK
Mega RegionMiddlingRegions of non-root useless
Avatar/NPCNo
Script/Particle SystemNo
MediaNo
WaterNoWater level of Terrain will be 0m
OthersNo
 
Page Top

Install from Binary anchor.png

Page Top
If you are root anchor.png
  • Please extract zip file and execute make command.
  • Require sudo command by distribution.
    # unzip oarconv_bin-x.y.z.zip
    # cd oarconv
    # make install
  • If /etc/ld.so.conf does not include /usr/local/lib, please insert /usr/local/lib to /etc/ld.so.conf . And execute ldconfig command.
     
Page Top
If you are not root anchor.png
  • Please exrtract zip file at your home directory.
  • And please use ~/oarconv/oarconv.sh shell script instead of ~/oarconv/bin/oarconv command
    $ cd
    $ unzip oarconv_bin-x.y.z.zip
     
Page Top

Install from Source Code anchor.png

Page Top
Needed External Libraries anchor.png
  • zlib devel package
    • If you can use yum command, please execute yum install zlib-devel command.
      # yum install zlib-devel -y
Page Top
Compile & Install anchor.png
  • Download and extract the package.
# tar zfxv oarconv-x.y.z.tar.gz
# cd oarconv-x.y.z
# ./configure --enable-openjpeg
# cd C++Lib
# make 
# cd ../src
# make
# 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.
       
Page Top

Usage anchor.png

Page Top
Example anchor.png
  • Show help message
    % oarconv -h
  • You will get collada files in ./DAE directory.
    % mkdir OAR
    % cd OAR
    % tar zxfv (any directory)/oarfile.oar
    % cd ..
    % oarconv -i OAR -o DAE
  • convert only xxxx.xml object.
    % oarconv -i OAR -o DAE -f OAR/objects/xxxx.xml
  • convert only terrain data
    %  oarconv -i OAR -o DAE -e 0
  • get a STL file of one object
    % oarconv -i ABYSS -o STL -f ABYSS/objects/Venus_428-154-3720__e633f42c-abb2-498b-aadb-ea6781506f98.xml -b
     
Page Top
Help message anchor.png
oarconv [-i OAR directory] [-o output directory] [-a adding assets directories that separated by ':'] [-f object xml file]
        [-t terrain texture scale] [-c external convert command of jp2]
        [-s start no.] [-e end no.]
        [-x shift of x direction] [-y shift of y direction] [-z shift of z direction]
        [-b] [-p] [-d] [-v] [-h]

  -i : specify OAR directory. default is ./
  -o : specify output directory. default is ./DAE/
  -f : specify object xml file. only specified file is converted.
  -a : specify adding assets directories that separated by ':'. default is /usr/local/share/oarconv/assets/:./assets/
  -t : specify terrain texture scale. default is 7.000000
  -c : specify external convert command from jp2 to other image. default is "/usr/local/bin/opj_decompress -i %s -o %s >/dev/null 2>&1"
  -s : specify start number of xml file. default is 0.
  -e : specify end number of xml file. default is -1 (minus number means infinity).
  -x : specify shift of x direction of all objects. default is 0.0
  -y : specify shift of y direction of all objects. default is 0.0
  -z : specify shift of z direction of all objects. default is 0.0
  -b : output STL file(s) using BREP.
  -p : when linked objects include phantom even one, saved to Phantom directory.
  -d : debug mode. display debug information. 
  -v : display version information. 
  -h : display this help messages. 

ex.) oarconv -i OAR -a /usr/local/opensim/bin/assets/TexturesAssetSet:./assets -d
 
Page Top

Bugs or Limitations anchor.png

Page Top
oarconv anchor.png
  • Planar Texture is not supported.
  • Texture Bumpmap is not supported.
     
Page Top
Unity3D anchor.png
  • Unity3D does not read some parameters from collada file. ex. light, glow, specular, bright.
  • コライダー設定(物理設定)は読み込まれない.
     
Page Top
Collada anchor.png
  • Collada does not support BumpMap
    • oarconv treats BumpMap as extra tag.
 
Page Top

Trouble Shooting anchor.png

Page Top
Error messages: "OARTool::ConvertTexture: ERROR: texture ..... convert error (-21, 127)." anchor.png
  • OpenJpeg v1.x can not convert those textures. Please install OpenJpeg v2.x, too.
     
Page Top

License anchor.png

  • OAR Converter is provided under the following BSD type license.
OAR Converter Copyright (c) 2014-2016 Fumi.Iseki, Austin Tate, D.Mizumaki and K.Suzuki, 
http://www.nsl.tuis.ac.jp/, 
All rights reserved.

 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the name of the OAR Converter nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
* Please respect the copyright of content providers when using OAR Converter.

 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
Page Top

Exemption from responsibility. anchor.png

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.

 
Page Top

Address of thanks. anchor.png

  • Thank you very much for all contributors!!
     

トップ   凍結 差分 バックアップ 複製 名前変更 リロード   新規 ページ一覧 単語検索 最終更新   ヘルプ   最終更新のRSS 1.0 最終更新のRSS 2.0 最終更新のRSS Atom
Counter: 15482, today: 1, yesterday: 6
最終更新: 2018-11-14 (水) 11:10:13 (JST) (1952d) by iseki

サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 3月翌月
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
<今日>

オンライン状況

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

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

もっと...

アクセスカウンタ

今日 : 2903290329032903
昨日 : 4473447344734473
総計 : 2312944823129448231294482312944823129448231294482312944823129448
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com