KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ply-blender-renderer
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
PowerApps
:
Power Apps training resources, content and write ups.
Open-Wrt-RTK
:
rtl819xd, rtl8196e and rtl8881a
CDDGroupAvatarSwift
:
iOS 群头像(Swift) / Easy to use
rekordbox-dj
:
Extensions for Rekordbox DJ (MIDI mappings, scripts, etc)
CSharp-zstd
:
C# managed implementation of zstd compression algorithm
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ply-blender-renderer
?
Download (.md)
# .PLY Renderer This codebase has been tested on Ubuntu 18.04 with Blender 2.82. ## Getting Started On Ubuntu, install [Blender](https://www.blender.org/) with ```sh sudo snap install blender --classic # Only for Ubuntu ``` Launch Blender to set up GPU rendering, as Blender doesn't do this by default. Go to `Edit` -> `Preferences` -> `System` -> `Cycles Render Devices`, select CUDA, and enable your CUDA devices.  ## Rendering .ply files To render a .ply file ```sh blender base-scene.blend --background --python main.py --input <path to .ply> ``` To test, run `demo.sh` from the root directory of the repo, which downloads a test `.ply` and renders it to `output/test-1.png`. ```sh #/bin/bash wget columbia.edu/~hqh2101/test-1.ply blender base-scene.blend --background --python main.py --input test-1.ply ```  output of `demo.sh`