Skip to content

Latest commit

 

History

89 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x_ite-off-parser

npm Version Build Size jsDelivr Hits npm Downloads

OFF 3D File Format Parser for X_ITE

Usage

Include the script before X_ITE:

<script defer src="https://cdn.jsdelivr.net/npm/x_ite-off-parser@1.3.0/dist/x_ite-off-parser.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/x_ite@VERSION/dist/x_ite.min.js"></script>
<!-- or as ES module -->
<script type="module" src="https://cdn.jsdelivr.net/npm/x_ite-off-parser@1.3.0/dist/x_ite-off-parser.min.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/x_ite@VERSION/dist/x_ite.min.mjs"></script>

You can now load .off files directly using the src attribute, but you can also use .off files as source of an Inline node.

<x3d-canvas src="cube.off"></x3d-canvas>

NPM

You can also install it from npm:

npm i x_ite-off-parser

License

x_ite-off-parser is free software and licensed under the MIT License.

About

OFF 3D File Format Parser for X_ITE

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages