The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
18 views

Converting Vertex[] to graph

I am making a pacman game and i am currently working on the ghosts ai. I am planning on using Dijkstra's algorithm for the pathfinding. My problem is that when my game is loaded the vertexes for the ...
0
votes
0answers
14 views

Get polygons / indices in Away3D

How to get an object's polygon positions or indices' positions? I can get vertex data which is Vector. but I still don't know which vertices make polygons. I need that for ray intersection check to ...
-2
votes
1answer
47 views

Having problems with my OpenGL plane

I'm having a bit of trouble with creating a plane (using GL_TRIANGLE) using vertex arrays. Heres my code: float halfW = (getPlaneWidth() / 2); float halfD = (getPlaneDepth() / 2); //Generate ...
1
vote
0answers
24 views

Any android “NETWORK GRAPH” library?

I knew android has many chart libraries like aChartEngine or ChartDroid, but i could not find any "GRAPH" - with vertices and edges - libraries. I wanna draw something like social network graph and ...
2
votes
1answer
80 views

Vertex shader for only some vertices

I'm trying to write a vertex shader that only applies to some vertices. In Unity, text is rendered as a series of disjointed 4-vertex polys. I'm trying to transform/rotate/scale those polys, but ...
0
votes
1answer
32 views

OpenGL 3/4 glVertexAttribPointer stride and offset miscalculation

Hey there i am having problem getting my vertex array pointed to properly: const float vertices[] = { /* position / 0.75f, 0.75f, 0.0f, 1.0f, / color / 1.0f, 0.0f, 0.0f, 1.0f, / ...
0
votes
0answers
22 views

Delaunay triangulation of texture to vertex color

I've read article about very good usage of vertex colors. It describes a technique to convert bitmap to a tessellated sphere with vertex colors to be used as a skybox. Here is a link: ...
2
votes
0answers
69 views

Java - Creating Dynamic Vertex + Edges (Dijkstra Algorithm)

I'm trying to generate Vertex + edges dynamically, but I'm getting errors when I try to compute the shortest path between coordinates. TestDijkstra3.java: package maze_drawing; import ...
0
votes
0answers
41 views

Generation of 3D terrain with seperate quads

I am working on code which should generate 3d terrain like this: I've made code before which generates the terrain with shared vertices, but due to I want the quads to be separate textured, I'm ...
3
votes
1answer
51 views

OpenGL Vertex and Buffers

I have been developing an application in which i read from a txt file a couple of points, and i need to create a line graph to display the points. I'm using glDrawElements,with an array of points and ...
0
votes
1answer
33 views

Find a path in an incidence matrix

In an incidence matrix we have: e1 e2 e3 e4 e5 e6 v1 1 1 0 0 0 0 v2 0 0 1 1 0 1 v3 0 0 0 0 1 1 v4 1 0 1 0 0 0 v5 0 1 0 1 1 0 To find a path, we should find if the last ...
0
votes
1answer
41 views

C Vertex Array wrong values

I have this declarations in my cc.h Vertex *graphVertices2; typedef struct { float XYZW[4]; float RGBA[4]; } Vertex; And in my cc.c i do the following: float vert [] = {306, 319, 360, ...
0
votes
1answer
48 views

How to get igraph vertex id after adding vertex using igraph_add_vertices in c++

I would like to get the VID (vertex ID) after I have added a single vertex to an existing graph. I current get a vertex_set after adding the new vertex and loop through to the end of the vertex set ...
0
votes
1answer
61 views

Where have I gone wrong with my cuboid?

I'm creating a cuboid in OpenGL using Vertex arrays but my texture seems to have gone a bit wrong. Heres my code: float halfW = getW() / 2; float halfH = getH() / 2; GLubyte myIndices[]={ 1, ...
0
votes
0answers
10 views

What happens in OpenGL 3.x+ if I don't specify a shader

I'm working with the new core OpenGL 4, so I'm using VAO exclusively and Vertex and Fragment Shaders. But, What if I don't specify any shader at all, Does the system provide a default shader? e.g. a ...
3
votes
1answer
74 views

Verification algorithm for minimum vertex cover?

We know that the minimum vertex cover is NP complete, which means that it is in the set of problems that can be verified in polynomial time. As I understand it, the verification process would ...
0
votes
1answer
86 views

how to update geometry vertex position in three.js r58?

in the version r56 of three.js this was working geometry.verticesNeedUpdate = true in the new r58 version it is not, what should I do?
0
votes
2answers
85 views

Vertex in Java using JUNG library

I am trying to use the JUNG library to visualise a basic graph with vertices and edges. Using the example code on the website, I have the following: import edu.uci.ics.jung.graph.DirectedSparseGraph; ...
0
votes
1answer
71 views

Vertex to Fragment shader: pass vec3 or recalculate every fragment?

In my vertex shader I pass through positions in world space for each vertex. I use a uniform to pass the position of the cameras in world coordinates to the fragment shader. I need both of the values ...
-1
votes
1answer
36 views

Unexpected end of file in GLSL fragment shader [closed]

I'm just working on some per fragment lighting, working in visual studio 2010 C++ and using GLSL, and for some reason, only this fragment shader is having issues, I have pass through fragment shaders ...
0
votes
1answer
40 views

ThreeJS: is it possible to simplify an object / reduce the number of vertexes?

I'm starting to learn ThreeJS. I have some very complex models to display. These models come from Autocad files that my customer provides. But sometimes the amount of details in the model is just ...
1
vote
1answer
76 views

Drawing a rectangle in Direct X

Using the tutorial here, I have managed to get a red triangle up on my screen: http://www.directxtutorial.com/Lesson.aspx?lessonid=9-4-4 CUSTOMVERTEX OurVertices[] = { { 0, 0, 0, 1.0f, ...
0
votes
0answers
87 views

DFS and c-Expander graph - simple path with the length of n-2c+1

Just to make it clear - c-Expander graph is a directed graph G(V,E) with 2 Disjoint sets (A and B), of size equal or more than c with at least one Vertex between node of A and node of B. I have to ...
0
votes
0answers
33 views

Simulating multiple types with boost graph vertex member field 'node_type'

I need to build a graph that is mostly one type but pairs down to more abstract sets towards the sinks of the graph. I'm planning on storing a type as a member like so: struct Vertex{std::string ...
0
votes
0answers
27 views

Get screen position (pixel) for each vertex of a UIElement3D or get zoom scale factor

To my knowledge, and having referred to your knowledgebase and class library, there is no obvious way of getting the vertices of a UIElement3D object. I am in real need of doing this, so that I can ...
0
votes
0answers
32 views

Determine convexity or concavity of vertex on an irregular polygon

Given a list of 3D point coordinates that comprise an irregular polygon, how can I determine the convexity or concavity of each vertex angle? I know the adjacent neighbors of each point but and it's ...
0
votes
1answer
43 views

how to make a “train effect” with vertex manipulation?

Am trying to do this with three.js I have this PlaneGeometry(a rectangle) and I want it to move along the vertexes of a CircleGeometry, just like a train on a rail. any idea how to achive this ...
0
votes
0answers
24 views

GPUImageGaussianSelectiveBlurFilter: operate over a custom shape instead of a circle/rectangle?

I'm using GPUImageGaussianSelectiveBlurFilter and i want to operate to a custom shape.I got the border points ( the Vertex ) and the center of the shape ( it's position ) and i want to use them in the ...
0
votes
0answers
55 views

XNA get vertex group in fbx model exported by Blender

how can I find vertex group created in Blender, for example: vertex group "Head" and then in overridden content processor or elsewhere create array like Vector3[] headGroup = .... Model is ...
0
votes
1answer
152 views

igraph: csv file with centrality measures for each vertex AND attributes for each vertex

I have 2 databases: 1/ edge list, 2/ vertex list with attributes (geographical location, and category of actors) I build a graph G from my list of edges in the database db: G <- ...
0
votes
1answer
56 views

OpenGL normals misunderstanding?

I'm trying to get my lighting to work in OpenGL, using LWJGL as an implementation library. The problem I think I'm having, is that I don't set my normals properly and therefore the lighting doesn't ...
1
vote
0answers
87 views

How can I change the face color of my obj files?

This code create a 3d object in a canvas with Three.js library. I want to color a vertices or the faces of my geometry saved in a json file. var loader = new THREE.JSONLoader(); var callbackMale = ...
0
votes
0answers
57 views

glsl vertex shader compiles on pc, mac and not on another pc

So, I have a PC with an nvidia geforce gtx 580, a mac with some ATI card and then a notebook with a geforce gtx 680M. The vertex shader compiles on the 580 and the ATI, but not on the gtx 680M. The ...
3
votes
2answers
437 views

Calculating Vertex Normals

I have searched in google a lot of hours without an answer well explained, I am workign with lighting, and I need the vertex normals, let's suppose we have this vertex buffer (It's a cube): static ...
0
votes
0answers
229 views

JUNG graph with interactive vertices

I created a JUNG graph, which has JPanels as vertices. I need these vertices to be accessible by the user, e.g. he should be able to press the buttons, write text and so on. Unfortunately I seem to be ...
0
votes
2answers
169 views

Opengl,C++ : Large number of points

I'm currently working on a program, that will be able to visualize the evolution of point on the plane that are flowing along a vectorfield. I've finished the first version which I've pasted below. ...
1
vote
1answer
115 views

Compute vertex valence of a mesh OpenMesh

It's the first time I use OpenMesh and I am trying to do a very simple function to compute the valence of all vertex in a mesh. My first attempt looks like this Mesh::VertexIter vIterator, vBegin, ...
0
votes
1answer
45 views

FInd if fourth line makes a four sided shape

Lets say I have 9 points on a plain and following image shows the sequence by which I put lines (verteces) on those points. and I keep track of points and lines both seperately in a vector. And now ...
0
votes
0answers
45 views

What VertexFormat and Lighting to use in DirectX for multi colored models?

I'm new to DirectX and having trouble getting colors & lighting to work. I want to be able to load various colored vertices into a single vertex buffer and enable with directional lighting, ...
0
votes
2answers
54 views

About OpenGL Matrix Multiplications

http://www.cs.uaf.edu/2007/spring/cs481/lecture/01_23_matrices.html I have just finished reading this, but i have 2 questions about multiplications. gl_Position = ...
3
votes
1answer
253 views

R iGraph Heatmap in Vertex

I'm quite new to R and stuck on a question. Would it be possible to print a heatmap on a vertex in iGraph? I know I can do a colored square or circle. But would a small heatmap be possible? This is ...
0
votes
0answers
119 views

Vertex based pathfinding for grid-based maps

I am actually trying to figure out what would be the best way to achieve vertex-based pathfinding. Actually, the pathfinding logic isn't the problem at all, but how to represent (efficiently) the grid ...
2
votes
1answer
491 views

AS3 Softbody texture starling

I have created a soft body circle in nape. And now I'm trying to get it texturized. But I'm having trouble, and I can't find the answer. Thats why I'm turning to you guys. Im trying to do what he is ...
0
votes
1answer
97 views

OpenGL: Easy way of stopping light at vertexes?

I have a scene built in OpenGL. When my light is in the center of the room, the outside of the room is lit. Is there any easy way to make OpenGl stop the lighting at vertexes, or will it require ...
1
vote
1answer
336 views

GL_TRIANGLE_STRIP - Generating a grid for a single draw call (degenerate triangles)

I need to create a grid ready for GL_TRIANGLE_STRIP rendering. My grid is just a : Position ( self explanatory ) Size ( the x,y size ) Resolution ( the spacing between each vertex in x,y ) Here ...
0
votes
2answers
111 views

Getting current vertex position of vertex on rotation

I have a very simple program with my introductor OpenGL stuff. I have 3d vertex on the screen and the whole system is being rotated along y axis. float rotation =0; //update function rotation = ...
0
votes
1answer
405 views

How to get POST form data using VERTX handlers?

I am able to get the form data using the buffer handler, but it is a void function and I cannot return the form data values. Have about 4-7 forms total, I don't want to end up writing the same handler ...
0
votes
0answers
313 views

google maps api v3 add new polygon vertices without crossover or self-intersecting

Seems like this one maybe too hard even for the gurus so I will try and re-word it to try and get some response: I am trying to add a vertex or vertices to an existing polygon intelligently without ...
0
votes
0answers
98 views

Adding the omitted vertex while generating a random graph using Boost Graph library

I have a piece of code, that generates a random graph, with maximum of 4 edges from each vertex. The code is as follow: int const N = read_int("Number of vertices: ", "I did not understand, ...
2
votes
2answers
139 views

OpenGL Vertex Arrays required version

I have my program working with VBO's efficiently however it has come to my knowledge that no-one I know with the exception of 1 person has a computer that even comes close to supporting OpenGL 3.0. ...

1 2 3 4 5