Last modified: Mon Jan 11 22:57:00 東京 (標準時) 2016

MeshToSS is the softwere developed by the fund "Software Seeds Promotion Project for Supporting Information Technology" by RISE (Research Institution for Software Engineering), with the commission to IPA (Information-technology Promotion Agency).

  • Name:
    MeshToSS

  • Current version:
    Version 1.0.5 (2016/01/11)

  • Features:
    • Reads VRML formatted polygonal mesh data
    • Convertion to a Loop Subdivision surface
    • Outputs extended VRML formatted data (a control mesh of a subdivision surface or a subdivided polygonal mesh)
    (Please read attached documents for details)

  • Running Environment:
    Windows 10 (v.1.0.5), Windows 7/8/8.1 (v.1.0.4), Windows Vista or former (v.1.0.3)
    (may also run on old Windows OS, but we have not checked yet.)
    Linux (command-line version only if you compile a source code)

  • Agreement to use the software:
    Please be sure to read the document below before you use. We consider that you agree with the content of the document if you use the software.

Licence Agreement

  • Copyright
    The copyright of this software is shared by Information-technology Promotion Agency, Japan. (IPA) and Keio University SFC Research Institution.
  • Permission to use
    We offer you this license, which gives you legal permission to copy, use and modify the library, not exclusively.
  • No warranty
    Because the library is licenced free of charge, there is no warranty for the library, to the extent permitted by applicable law. Except when otherwise stated in writing the copyright holders and/or other parties provide the library "AS IS" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the library is with you. Should the library prove defective, you assume the cost of all neccessary servicing repair or correction.
    In no event unless requred by applicable law or agreed to in writing will any copyright holder, or any other party who may modify and/or redistribute the library as permitted above, be liable to you for damages, including any general, special, incidental or consequential damages arising out of the use or inability to use the library (including but not limited to loss of data or data being rendered inaccurate or losses sustained by you or third parties or a failure of the library to operate with any other software), even if such holder or other party has been advised of the possibility of such damages.
  • Mofification and/or Portion
    You can modify your copy or copies of the Library or any portion of it for the non-commercial purpose. If you modify your copy or copies of the Library or any portion of it for the commercial purpose, feel free to contact us.
  • Libraries used in this software
    This software uses the following libraries: You must follow the permission to use of these softwares.
  • References for this software
    Takashi Kanai
    The University of Tokyo, Graduate School of Arts and Sciences
    (Former Affiliation: Keio University, Faculty of Environmental Information)
    Please use contact form

January 11, 2016

Downloads

Programs

Version 1.0.5

Version 1.0.4

Version 1.0.3
Update Info. Install on Linux/Cygwin

The configuration files for compiling on Linux OS is created by GNU autoconf/automake. To compile MeshToSS on Linux OS, uncompress MeshToSS-1.x.tar.gz:

% gzip -cd MeshToSS-1.x.tar.gz | tar xvf -

Move the MeshToSS-1.x directory and compile them:

% cd MeshToSS-1.x
% ./configure
% make

Then, meshtoss, a command-line based binary file in optmesh/ directory is generated.