python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to remove duplicate vertices from a mesh?
I am using assimp to import a mesh created using blender.
Here is the code for that:
Assimp::Importer importer;
// And have it read the given file with some example postprocessing
// Usually - if spe...
Jaysmito Mukherjee
Votes: 0
Answers: 0
NameError when transfering code from Jupyter Notebook to Python file
For a study project, I'm developing a tool that creates arrangements of shapes as an stl file. The end result should be a Python program that only requires input parameters and produces the wanted stl...
WeiGitGe
Votes: 0
Answers: 0
How to pass multiple textures into one mesh in react-three-fiber?
Using React-three-fiber, I’m trying to build out a carousel made of plane geometries that I intend to animate.
I’m having a bit of trouble figuring out how to pass multiple textures inside my basic me...
bizimetal
Votes: 0
Answers: 2
What is the equivalent of Matlab's mesh function in Julia Plots.jl
In Matlab, we would first use [x, y] = meshgrid to generate the grid, then use mesh(x, y, z) to plot the 3D plot. I want to use the same funtionality in Julia Plots.jl, which API should I use? And how...
ERIKQQY
Votes: 0
Answers: 2