Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
threevis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
threevis
threevis
Commits
728b11f3
Commit
728b11f3
authored
Jan 31, 2018
by
Dario Seyb
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of roosevelt:dseyb/meshvis
parents
2b182432
d8f475fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
README.rst
README.rst
+16
-1
No files found.
README.rst
View file @
728b11f3
...
...
@@ -8,4 +8,19 @@
## Dependencies
- [pythreejs](https://github.com/jovyan/pythreejs/) 0.4.x
- [openmesh-python] (https://graphics.rwth-aachen.de:9000/adielen/openmesh-python)
\ No newline at end of file
- [openmesh-python] (https://graphics.rwth-aachen.de:9000/adielen/openmesh-python)
## Example
```
import meshvis
m = om.TriMesh()
om.read_mesh(m, '/home/dseyb/git/openmesh-python/tests/TestFiles/cube-minimal-normals.ply')
meshvis.display_openmesh(m)
meshvis.display_file('/home/dseyb/git/openmesh-python/tests/TestFiles/square_material_texture.obj')
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment