Skip to content Skip to sidebar Skip to footer
Showing posts with the label 3d

How To Create A 3d Surface From Given Coordinates With Python?

I have some discrete coordinates with their heights and I need to create a smooth surface which I w… Read more How To Create A 3d Surface From Given Coordinates With Python?

3d Interactive Graph Won't Update

I was using this code to create an interactive plot (2d), and it works. import numpy as np import … Read more 3d Interactive Graph Won't Update

How To Redistribute Points Evenly Over A Curve

I have some arbitrary curve in 3 dimensions made up of a list of XYZ cartesian points. The points … Read more How To Redistribute Points Evenly Over A Curve

Rotating Vertices About Point

I'm reverse engineering a level map for a game. Each object within the level has 3 floats for p… Read more Rotating Vertices About Point

Python 2D Circular Surface In 3D

I am trying to generate the top/bottom of a cylindrical surface. I was able to obtain the lateral s… Read more Python 2D Circular Surface In 3D