Simple viewer for 3d dot clouds 4 parameters are adjustable at the corners. Mouse drag can rotate the view. Space key: stop/start the motion 'd' key: reset the view
Miyama kuwagata is one of popular insects in Japan. They inhabit the mountains('Miyama' means deep mountains). https://en.wikipedia.org/wiki/Lucanus_maculifemoratus We are trying to catch these beetles every summer. It's fun. Original high quality 3d surface data was copied from https://zerokojp.web.fc2.com Resampled: 115442->5020 dots ---Data processing flow--- cat Miyama\ Stag\ Beetle.obj | awk '(NR%23==0){print}' > Miyama.vs.txt cat Miyama.vs.txt | cut -f2 -d' ' | awk '{print $1 - 70}' > x.txt cat Miyama.vs.txt | cut -f3 -d' ' | awk '{print $1 - 22.8}' > y.txt cat Miyama.vs.txt | cut -f4 -d' ' | awk '{print $1 - 106}' > z.txt #StagBeetle #insect #3D #dots #tutorial #art #pen #pointcloud #rendering #mountain #虫 #クワガタ #昆虫 #ミヤマクワガタ