产品和制造订单新增模型和occ查看模型模块
This commit is contained in:
3
web_widget_model_viewer/readme/CONTRIBUTORS.rst
Normal file
3
web_widget_model_viewer/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
* Lorenzo Battistini (https://takobi.online)
|
||||
* Andrea Piovesana (https://openindustry.it)
|
||||
* Marco Colombo (https://phi.technology)
|
||||
1
web_widget_model_viewer/readme/CREDITS.rst
Normal file
1
web_widget_model_viewer/readme/CREDITS.rst
Normal file
@@ -0,0 +1 @@
|
||||
Chair © Copyright 2020 Shopify Inc., licensed under CC-BY-4.0.
|
||||
15
web_widget_model_viewer/readme/DESCRIPTION.rst
Normal file
15
web_widget_model_viewer/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
``<model-viewer>`` is a web component that makes rendering interactive 3D models - optionally in AR - easy to do, on as many browsers and devices as possible. ``<model-viewer>`` strives to give you great defaults for rendering quality and performance.
|
||||
|
||||
See `source repository <https://github.com/google/model-viewer>`_ and `documentation <https://modelviewer.dev/>`_.
|
||||
|
||||
The model to load is a GLTF 2.0 file format.
|
||||
|
||||
See `<https://www.khronos.org/gltf/>`_ and GLTF overview:
|
||||
|
||||
.. figure:: ../static/img/gltfOverview.png
|
||||
|
||||
Many engine developers have already started transitioning to glTF 2.0 to reap performance, portability and quality benefits, including BabylonJS, three.js, Cesium, Sketchfab, and xeogl and instant3Dhub engines. glTF 2.0 is also seeing industry support by companies such as Adobe, Google, Marmoset, Microsoft, NVIDIA, Oculus, UX3D, and more as well as prominent universities such as, University of Pennsylvania and Sapienza University of Rome.
|
||||
|
||||
"example" directory contains the GLB file of a chair, that is rendered in the following way:
|
||||
|
||||
.. figure:: ../static/img/Eames_Lounge_Chair.gif
|
||||
14
web_widget_model_viewer/readme/HISTORY.rst
Normal file
14
web_widget_model_viewer/readme/HISTORY.rst
Normal file
@@ -0,0 +1,14 @@
|
||||
14.0.1.0.0 (2021-10-07)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* [MIG] v14
|
||||
|
||||
12.0.2.0.0 (2020-07-14)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* [IMP] fullscreen and view redesign
|
||||
|
||||
12.0.1.0.0 (2020-07-10)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Start of the history.
|
||||
1
web_widget_model_viewer/readme/USAGE.rst
Normal file
1
web_widget_model_viewer/readme/USAGE.rst
Normal file
@@ -0,0 +1 @@
|
||||
Add ``widget="model_viewer"`` to your binary field in form view. Optionally you can set ``style`` and ``max_upload_size`` (in MB) attributes.
|
||||
Reference in New Issue
Block a user