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

Trying To Create 3x3x3 Cube But Created 4x4x4 Instead In Opengl

I am trying to create a 3d rubiks cube, however the dimensions are not aligning with the dimensions… Read more Trying To Create 3x3x3 Cube But Created 4x4x4 Instead In Opengl

Points On A Geodesic Line

I am working on a unit sphere. I am interested to place N points on a strait line over the surface… Read more Points On A Geodesic Line

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

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

Algorithm For Generating A 3d Hilbert Space-filling Curve In Python

I'd like to map points in a RGB color cube to a one-dimensional list in Python, in a way that m… Read more Algorithm For Generating A 3d Hilbert Space-filling Curve In Python

How Can I Connect Points On A 3d Scatter Plot?

So currently, I have all these coordinates and so it's quite easy to create a 3D scatter plot o… Read more How Can I Connect Points On A 3d Scatter Plot?

3d Cartopy Similar To Matplotlib-basemap

I'm new to Python with a question about Cartopy being able to be used in a 3D plot. Below is a… Read more 3d Cartopy Similar To Matplotlib-basemap

Applying Perlin Noise To Plane Multiple Times/ Sphere

I have some questions regarding the Perlin noise and the pv.sample_function in general. How would … Read more Applying Perlin Noise To Plane Multiple Times/ Sphere