python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Projection of point cloud on 2D image based on mesh information
I have a point cloud and meshes (vertices=points of the point cloud).
I want to project the point cloud with a certain virtual camera.
Here, since the point cloud is sparse, the rendered result includ...
Jun
Votes: 0
Answers: 1
Bluetooth Low Energy in Python
I'm trying to communicate with other devices using Bluetooth low energy. By communicate i mean sending short messages that will be displayed on that devices that are listening in the area I am in. I'm...
Szymon Budziak
Votes: 0
Answers: 1
Creating a structured non-rectangular mesh in python
I am trying to model the temperature distribution in a rocket nozzle, I am doing this with the heat equation solved using finite difference method. In order to apply this method I need my mesh to fit ...
Jansen
Votes: 0
Answers: 0
How to build a mesh from a line renderer drawing?
I want a user to be able to draw a shape (let's say a non-perfect circle) using the line renderer with a cursor. Upon closing the loop to create the circle, I want to instantly build a mesh from the d...
FestiveHydra235
Votes: 0
Answers: 0