-
_From @cndesantana on July 15, 2017 3:38_
Hi,
It would be nice if we could plot donut shaped vertices (donut/torus/ring/...). I know it is possible to plot a donut-vertex by plotting a pie-vertex …
-
Use existing function that calculates mass-center to reverse the vertices if they are in clockwise-order.
-
Hello,
I have a mesh. There are floor, wall. However, when my camera ray is parallel with the floor, it can not render floor. For example:
![image](https://github.com/user-attachments/ass…
-
Is there anyway we can display a 3D text in a view? TextVisual currently can only display 2D text, as far as I've seen! Please correct me if I'm wrong.
_Originally posted by @isamabdullah88 in http…
-
I am trying to understand Weaver.Titan code, is the current version supports this https://github.com/thinkaurelius/titan/wiki/Indexing-Backend-Overview#wiki-indexing-vertices-and-edges. If so is it p…
-
Typescript requires 'trianglesStrip', but correctly is 'triangleStrip'.
correct example:
```
```
Sorry, I know that this is an easy fix, but just think it will be much faster to do it on you…
-
Following [a discussion](https://github.com/JuliaLang/Graphs.jl/pull/145/files#r22424696):
> Technically, a node's parent is not itself unless there's an explicit edge between the node and itself, an…
-
In the tests, the 'proper' order of the visited vertices array has '14th & 6th' as the last element. However, based on DPS (and the example given in the previous lesson), shouldn't '14th & 6th' be the…
-
I am trying to do arithmetic on vertices, such as finding the distance between two vertices, but cannot find a method that is supported. geometrycentral::surface::Vertex does not seem to define vertex…
cbw36 updated
3 years ago
-
Hi, I've been working on the catmull clark and I am encountering an issue that I've been debugging but of no progress. I am able to run 1 instance of subdivision then the mesh is no longer water tight…