The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
87 views

Drawing a 3D polygon from vertices (OpenGL/C++)

Okay, this has been driving me crazy for 4 days now. I don't have a problem with generating the vertices/points, but how to make a closed polygon or a wire frame from them in a reasonably ...
1
vote
2answers
82 views

Extracting vertices from fbx model using C# and XNA 4.0

I am attempting to iterate through the vertices of an FBX model using C# and XNA 4.0. I think that if I can get access to the vertices, then I'll be able to access the other parts such as face ...
1
vote
1answer
59 views

Generation of (Rollercoaster/Transport Tycoon) terrain

I am currently trying to generate the type of terrain they have in Rollercoaster Tycoon / Transport Tycoon alike games. This image shows the kind of terrain that I'm trying to achieve. Screenshot of ...
0
votes
1answer
33 views

only one triangle of my vertices is showing?

This is my code for 2 triangles for a tree with indices and only the bottom half of the square is showing, i cant figure out where im messing up, i been up a while, thanks for your time public class ...
1
vote
2answers
72 views

OpenGL ES/real time/position of any vertex that is displayed?

I'm currently dealing with OpenGL ES (2, iOS 6)… and I have a question i. Let be a mesh that has to be drawn. Moreover, ii. I can ask for a rotation/translation so that the point of view changes. ...
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
15 views

cocos3d how to reduce the number of vertices?

when loading a 3D model(.pod) in COCOS3D (obj-c) i get the following error: OpenGL ES permits drawing a maximum of 65536 indexed vertices I do not own this model, And I have to load it ...
1
vote
2answers
56 views

Java Jung Set Size of Circle to the Width of its String (label)

I started working with java jung. I got a few problems due to the lack of good tutorials. I think i need a few timeto get into it. Well my problem is: I created a network with vertices (circles) ...
0
votes
1answer
155 views

How Do I draw Vertices using an Index Buffer using OpenGL ES 2.0 and Java (Android)

I'm having trouble figuring out how to do this in OpenGL ES 2.0. I've searched and searched and could not find an answer to how to do this. I've used a book and done it in DirectX Before which was ...
0
votes
0answers
90 views

Creating a cube in OpenGL ES 2.0

I'm currently looking through iOS 5 by tutorials and am practicing drawing a 3D cube. It seems one of the concepts I'm having a hard time understanding is the choice in position coordinates when ...
1
vote
2answers
150 views

OpenGL: Are VAOs and VBOs practical for large polygon rendering tasks?

If you wanted to render a large landscape with thousands of polygons in the viewing frustum at a time as well as the user's viewpoint changing constantly, is it practical to use VAOs or VBOs? I ...
0
votes
1answer
97 views

Why does a plane's vertexdata contain 52 entries?

I'm new in 3D land and have experimented with several engines to get started. I have settled on away3D for it's simplicty. I am creating creating a plane and sticking a texture on it, and want to be ...
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 ...
2
votes
1answer
75 views

Get pixel normals out of vertex data

For lighting I need the normal vectors in the fragment shader. The tutorials I read ask me to provide the normal data alongside with the vertices of a model. But aren't the normals already given by ...
1
vote
1answer
272 views

Vertices counter/clockwise

I am reading several books about OpenGL and in two of them they always define the vertices counter clockwise. From what I read this is very crucial because it determines where the front and back is. ...
0
votes
0answers
220 views

XNA 4.0 Simple 3D map and 2D character performance issue

Hey guys I've been playing around and learning c# and xna for a month or two now. I'm currently working on a 3d engine with a 2d sprite as the lead character. I'm suffering 5-10 second long periods ...
8
votes
1answer
384 views

Elegant way the find the Vertices of a Cube

Nearly every OpenGL tutorial lets you implement drawing a cube. Therefore the vertices of the cube are needed. In the example code I saw a long list defining every vertex. But I would like to compute ...
4
votes
1answer
161 views

Reverse Rectangle Packing

I have a connected shape that consists of squares put together, e.g. take a squared paper and draw a line along the existing lines that ends at its beginning and does not cross itself. The goal is ...
0
votes
0answers
115 views

Google Maps API: How to animate a polygon with increasing number of vertices? [closed]

To animate a polygon you can, with a timer, gradually increase/decrease each vertex in its path of vertices and then use SetPath to set the new coordinates depending on where you want it to go and if ...
1
vote
0answers
118 views

I need help understand the Graph ADT

So I am currently using the textbook "C++ Data Structures 3rd Edition", and I have taken some code out of the book. I need help understanding why I keep getting the same three errors. Again the .h and ...
0
votes
1answer
93 views

Voronoi diagram with a specified number of sites and vertices

I want to draw a Voronoi diagram with 9 sites and with 1. no vertex 2. 1 vertices 3. 4 vertices 4. 7 vertices. How do I approach this question. The one with no vertex is easy, it can be done by ...
1
vote
1answer
119 views

Meshes in 3DS Max does not have same number of vertices

I have two meshes with same vertices number in 3DS Max, but when I export it, both have not the same vertices number. - I have to create a "ProOptimizer" modifier, to get the same number of vertices ...
5
votes
1answer
67 views

Minimum set of vertices that allow reaching all other vertices in max. one edge

this is probably a stupid question, but what is the canonical problem that asks for the minimum set of vertices out of a graph, so that from these vertices, all other vertices can be reached by ...
0
votes
1answer
111 views

Why the entnext command returns nil?

I am pretty new in Auto-lisp and also Auto-Cad. I have a poly-line in Auto-Cad which I want to get it's vertices in order to change their widths. Here is a piece of code I have written. I wanna ...
0
votes
1answer
173 views

OpenGLES Sort Vertices to Draw Correct Shape with glDrawArrays

I am working through an OpenGLES 2.0 tutorial where the author rendered a sphere with a texture on it. The sphere looks fine and was generated from a Wavefront OBJ file. The header he used looks like: ...
1
vote
0answers
115 views

Efficient way of storing and loading 3d model in/from database

I am looking at storing 3d models with millions of vertices in a database and providing a 3d view to those via a webgl interface. Before I start doing this, I was wondering whether there are already ...
0
votes
1answer
102 views

find coordinates of vertices of an undirected, unweighted graph

Suppose I have an undirected, unweighted graph, with 'N'(say) vertices. I'm trying to find the co-ordinates of the vertices of the graph. I don't seem to understand, how can we get the coordinates of ...
0
votes
0answers
44 views

Vertices locations after Quaternion rotation

I have an object (say a rectangle) of scale x,y,z. I have a POINT in space (the center of the rectangle). I can find the vertices of each corner of the rectangle before a rotation is applied. I have a ...
1
vote
1answer
122 views

spacing vertices evenly in igraph in r

I have the following graph graph set.seed(1410) df<-data.frame( "site.x"=c(rep("a",3),rep("b",3),rep("c",3),rep("d",3)), "site.y"=c(rep(c("e","f","g"),4)), "bond.strength"=sample(1:100,12, ...
3
votes
1answer
155 views

Controlling which edges are visible in a network diagram in igraph in r

I have a the following diagram created in igraph set.seed(1410) df<-data.frame( "site.x"=c(rep("a",4),rep("b",4),rep("c",4),rep("d",4)), "site.y"=c(rep(c("e","f","g","h"),4)), ...
1
vote
0answers
319 views

How to manually define vertices in box2D javascript?

I am trying to manually define the vertices of a polygon in box2D for javascript. I ultimately want to resize each side of a box manually, but I need to be able to draw it with vertices first (I ...
1
vote
1answer
530 views

OrientDB GraphED - SQL insert edge between two (select vertex RID)s? Or alternative approach for very large import

For example, two simple vertices in an OrientDB Graph: orientdb> CREATE DATABASE local:/databases/test admin admin local graph; Creating database [local:/databases/test] using the storage ...
0
votes
1answer
107 views

Android load big txt vertices file

is there any way to load a big file to a buffer faster than txt files? i ve read somewhere that it is much more faster to work with binaries files I m trying to load a file with vertices to a vbo. I ...
0
votes
1answer
113 views

Changing vertices from a polygon in Openlayers, gives multiple errors

updatePolygon: function() { drawControls.modify.createVertices; var sides = 50; drawControls.regular.handler.sides = sides; } I have gotten this function from an OpenLayers example. It ...
0
votes
1answer
100 views

Minimum edge weight along a path

How would I find the maximum of a set of minimum edge weights along all possibles path between arbitrary vertices (u,v)? I was thinking a modification of Floyd-Warshall? i.e. Path 1: s - a - b - c - ...
0
votes
1answer
255 views

Store Vertices DirectX C++

Im currently implementing an Octree for my bachelor thesis project. My Octree takes a std::vector as argument: octree::Octree::Octree(std::vector<const D3DXVECTOR3*> vec) : ...
0
votes
2answers
570 views

Normal for surface of a cube in XNA

Can anyone please help. I have a cube which I have made in 3DS Max. I don't know the dimensions of the cube. Is there a way to get the vertices of each of the triangles of the faces of the cube? I am ...
0
votes
1answer
107 views

What does -431602080.000000 value in GLMmodel vertex means?

I use a GLMmodel object in order to represent a Google Sketch Up model in a C++ program. These objects have a member (vertices) that contains a list of all the vertices of the object in a way like ...
1
vote
1answer
382 views

A method for indexing triangles from a loaded heightmap?

I am currently making a method to load in a noisy heightmap, but lack the triangles to do so. I want to make an algorithm that will take an image, its width and height and construct a terrain node out ...
0
votes
1answer
389 views

3D Vertices To 2D Image Conversion

All I would like to do is create a viewport which maps a 3D terrain of flat squares to a 2D perspective. Imagine looking out across a field which was perfectly flat. The further away blocks of ...
1
vote
1answer
189 views

graph-tool: how to access properties?

I would like to store instances of a class in a graph-tool graph, one object per node (or 'vertex' as graph-tool calls them). I am trying to use a vertex property as that seems to the be the way to do ...
2
votes
3answers
2k views

draw texture in OpenGL Android from 0,0 coordinates

I'm new to opengGL and excuse if the questions are too naive. I'm going through some tuturials for seeking help on learning this. I have a small program written where i'm drawing a texture on a ...
1
vote
1answer
136 views

OpenGL ES for android, modeling furniture

I am currently playing around with OpenGL ES for Android. I have decided to set myself the task of making a chair. Do I have to code each individual vertex or is there a way to multiply one set and ...
4
votes
1answer
2k views

OpenLayers get Lat, Lon from polygon vertices

I am trying to get the boundary box using a square polygon in openlayers. I need to get the North, South, West, and East values from the box. Right now I am using : var topleft = ...
0
votes
1answer
208 views

Vertices behind are being drawn infront - XNA

Well, I am creating a minecraft terrain thing just for the heck of it. The problem I have is that if you look on a certain angle some faces which are actually behind others are drawn in front of them, ...
1
vote
1answer
555 views

XNA Beginner: How do I merge arrays of vertices into a single vertex buffer

I've just recently started using XNA and now I face a beginners problem, performance. The objects I draw has their own vertex buffer, so when I have ~50k objects, the fps goes down dramatically (from ...
1
vote
1answer
239 views

How to get specular color in OpenGL?

My code works for everything except specular component. glEnable(GL_COLOR_SUM); ... glEnableClientState(GL_COLOR_ARRAY); glColorPointer(4, GL_UNSIGNED_BYTE, 0, color); ...
0
votes
1answer
2k views

Connecting Sphere Vertices OpenGL

I am trying to render a sphere in OpenGL using GL_TRIANGLES. Here is an image of what I am getting with the code below.. Bad Sphere This is supposed to be a unit sphere. I have derived the vertices ...
2
votes
3answers
748 views

Vertices limitation in OpenGL

I have an OpenGL scene with thousands of vertices and would like to pass them as VBOs/IBOs. Executing the glGetIntegerv(GL_MAX_ELEMENTS_VERTICES, &maxVertices) command reveals a limitation of 2048 ...
3
votes
1answer
1k views

How do I make a custom vertex format with OpenGL

I am writing my own engine using OpenTK (basically just OpenGL bindings for C#, gl* becomes GL.*) and I'm going to be storing a lot of vertex buffers with several thousand vertices in each. Therefore ...

1 2