https://github.com/danny02/ctmvalidator
A simple validator of OpenCTM files
https://github.com/danny02/ctmvalidator
openctm validation
Last synced: 10 days ago
JSON representation
A simple validator of OpenCTM files
- Host: GitHub
- URL: https://github.com/danny02/ctmvalidator
- Owner: Danny02
- License: lgpl-3.0
- Created: 2017-03-09T10:47:26.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2017-04-12T14:31:23.000Z (about 9 years ago)
- Last Synced: 2025-11-12T12:22:18.772Z (8 months ago)
- Topics: openctm, validation
- Language: Java
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# OpenCTM Validator
This is a small tool to quickly validate a CTM model File.
[](https://travis-ci.org/Danny02/ctmvalidator)
# release types
* Unix executable
* standalone JAR
## usage
`ctm-validator testfile.ctm`
will produce output like:
```
Reading model from: 'testfile.ctm'
Info:
- file comment: some model experiment
- triangle count: 15744
- vertex count: 7958
- has normals: true
- uv attributes: 3
- name: default
- material name: some-texture
- precision: 2.4414062E-4
- other attributes: 1
- name: Color
- precision: 0.00390625
```