-
### Godot version
3.3.2 stable official
### System information
Windows 10, GLES 3 NVIDIA GeForce RTX 2060
### Issue description
In 3D, when a `RigidBody `like a sphere or a cyllinder is…
-
Hi,
Is there a way to load obj file to a trimesh object in cannon.js?
Thx
-
This issue is to discuss the data model for mesh data.
## Requirements
To start, some features I think are required:
- easy access to vertices and edges (most analysis functions take this as inpu…
-
Hello, I'm trying to read a simple triangle cube with 8 verts and 12 faces, but mesh.vertices show 24 verts instead.
```
>>> import trimesh as tm
>>> mesh = tm.load("test.obj")
>>> mesh
```
[t…
-
## Description
Hi,
I am currently trying to do some Boolean operations between a mesh and a surface:
![image](https://user-images.githubusercontent.com/43018877/111030598-46379100-8…
-
Here is an example that reproduces the issue, based on the `trimesh3` example:
```rust
fn main() {
let mut world = World::new();
let quad = ncollide3d::procedural::quad(10.0, 10.0, 10,…
-
I noticed that the `trimesh.section` method returns a Path3D with the indices of the intersected faces stuck into the path's `metadata['face_index']`. I also noticed that the number of face indices …
-
```
필요한 내용들:
- Export 함수 (ply, obj, off, stl 정도는 있어야...)
- edge 배열 추가 및 관련 계산 함수... (half-edge?)
- edge_length,
- Accessor 함수들 getVertexX(), getVertex(), getFacet() ...
- Property 계산시 필요한 property 만 …
-
`(sam6d) goddard@Goddard-Wen:/mnt/c/Users/TT/Desktop/SAM-6D-main/SAM-6D$ sh demo.sh
Warning: Changed install path from /home_local/goddard... to /home/goddard..., there is no /home_local/ on this mac…
-
I have a character controller and a trimesh as terrain. The terrain is mostly flat but has some heals and walls
The character controller climbs on top of even the steepest hills, and the setMaxSlopeC…