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

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

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 Tkinter: Creating A Window Which Runs My Custom Code

I am Creating a python custom code to Visualise scientific/medical data in 3D. This code should be… Read more Python Tkinter: Creating A Window Which Runs My Custom Code

How To Determine Whether A Point Is Inside Or Outside A 3d Model Computationally

I have a .obj and .ply file of a 3D model. What I want to do is read this 3D model file and see if … Read more How To Determine Whether A Point Is Inside Or Outside A 3d Model Computationally

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

How To Make A 3d Effect On Bars In Matplotlib?

I have a very simple basic bar's graphic like this one but i want to display the bars with som… Read more How To Make A 3d Effect On Bars In Matplotlib?