-
`mesh.vertices` returns a copy of all vertices. If you have code like `mesh.vertices.Length`, this will be quite inefficient. It's much better to use `mesh.vertexCount` or cache `mesh.vertices` if you…
-
It would be nice if I didn't have to worry about geometry normals.
Something along the lines of `Geom.recalculate_normals()`
Usecases:
- "I want to construct my own geometry but I don't know what…
-
https://free3d.com/zh/3d-model/bmw850-12027.html is my test obj file.
i convert it into npy first, then put the frog.npy into pc_examples and run with follow commands:
```
python main.py --input_di…
-
The documentation for `Mesh.compute_normals()` has a warning that if feature_angle is set, the mesh may be modified. This implies that if it's not set, the user can expect the mesh to not be modified…
-
error occurred
`mesh/src/aabb_normals.cpp:118:37: error: cannot convert ‘PyObject*’ {aka ‘_object*’} to ‘const PyArrayObject*’ {aka ‘const tagPyArrayObject_fields*’}
118 | npy_intp* v_dims…
-
- [x] are you running newest version (version from docs) ?
- [x] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`)
```julia
(jl_MuWt8Y) pkg> st
Status `/private/…
-
version of CUDA need match with GPU(hardware)? CUDA11.7 is match with my GPU.
Total VRAM 12288 MB, total RAM 32611 MB
pytorch version: 2.3.0+cu121
xformers version: 0.0.26.post1
Set vram state to:…
-
I am using this plugin to outline the selected objects in an editor like application. One of the issue I have is with non-manifold meshes (meshes where all the edges are not part of exactly 2 faces). …
thmxv updated
2 months ago
-
I made a line renderer that transforms a sequence of Vec3s to a long tubular CpuMesh. Right now, that means I have to do something like:
```` let mesh = Mesh::new(&ctx, &line.to_cpu_mesh()); ````
…
-
When installing pytorch3d from a whl file from [this repository](https://github.com/MrForExample/Comfy3D_Pre_Builds) (Win 10, py 3.11, cuda 12.1) I was getting an error when using the ExplicitTarget M…