/qds_render

A general 3d file render tool. #vtk #python

Primary LanguagePython

title date tags
A python utility for loading 3d file and visualization
2017-03-08 09:00:00 -0800
QDS

##A python utility for loading 3d file and visualization

Get your copy from

git clone https://github.com/sotw/qds_render.git

Simply issue install and make sure

~/bin/sh is existed inside your bashrc $PATH variable

refer1

Dependency

You will need to make sure your python can import everything. for example: vtk

Note

I noticed that NASA recently release many interesting 3D resource from Nasa 3D

Some of them are 3d models and it's all .3ds file. After taking time to survey, I found .3ds is also supported by vtk. Thus I decide to extend qds_loader_stl to support .3ds as well.

Here is what I made.

A infrastructure design makes user can issue

$ qds_render xxx.stl or xxx.3ds

from anywhere.

So he/her can put all image file in a folder and use this utility to see the result.

qds_loader_stl will be replaced by this one and if another interesting 3d format happened. I will extend this python tool.

First sample : A brain skull (stl)

For this sample, it runs well

Second sample : Hairy Einstien (stl)

For this one, I realize that maybe I do need a machine with right graphic card. Einstien's hair looks bad.

Third sample : A space man (3ds)

Salute to the pioneer!