ScratchData LogoScratchData
Back to haruni459's profile

Miyama kuwagata (point cloud renderer)

HAharuni459•Created July 1, 2022
Miyama kuwagata (point cloud renderer)
61
41
344 views
View on Scratch

Instructions

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

Description

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 #虫 #クワガタ #昆虫 #ミヤマクワガタ

Project Details

Project ID710829342
CreatedJuly 1, 2022
Last ModifiedNovember 29, 2023
SharedJuly 2, 2022
Visibilityvisible
CommentsAllowed