2023年3月16日木曜日

円柱2つ y軸 -30 、30

aaa






import bpy

# First cylinder at (0, 30, 0)
bpy.ops.mesh.primitive_cylinder_add(radius=0.5, depth=60, location=(0, 30, 0))

# Second cylinder at (0, -30, 0)
bpy.ops.mesh.primitive_cylinder_add(radius=0.5, depth=60, location=(0, -30, 0))

































bbb

連番 007 未来光円錐 過去光円錐 円周中心からの球体放出

aaa 参考 2023年3月26日日曜日 製作 002b 未来光円錐の方向 線路レールで https://ia2023sha.blogspot.com/2023/03/002b.html import bpy import math zion_co...