|
|
Order
Hi all!
I have two VertexBuffers one for vertieces and one for texture
coordinates - and i have a index buffer.
Now, if i enable the
-Texturebuffer
-Vertexbuffer
-Indexbuffer
and draw the scene with glDrawElements, all things looking good! But if
in enable the VBOs in other order:
-Vertexbuffer
-Texturebuffer
-Indexbuffer
i have some chaos of the screen.
My question, is the order important?
Thank you in advance!
Greetings Mario
|
|
0
|
|
|
|
Reply
|
Mario
|
1/14/2004 10:13:11 PM |
|
Mario wrote:
> I have two VertexBuffers one for vertieces and one for texture
> coordinates - and i have a index buffer.
<snippit>
> and draw the scene with glDrawElements, all things looking good! But if
> in enable the VBOs in other order:
<snippit>
> i have some chaos of the screen.
>
> My question, is the order important?
I have the same problem. I don't think order should be of importance,
but apparently it is. I assume this to be a bug - can anyone confirm
either way?
Windows2000. Nvidia5900XT, 53.03 drivers.
Regards,
\\Mikkel Gjoel
|
|
0
|
|
|
|
Reply
|
Mikkel
|
1/16/2004 12:08:34 AM
|
|
|
1 Replies
115 Views
(page loaded in 0.039 seconds)
Similiar Articles: Calculation Order ?? - comp.text.pdfI need to identify and change the text field names in an old pdf form I made up long ago. (It doesn't calculate math fields in the proper order.) I go... Matlab third-order differential equation - comp.soft-sys.matlab ...Would you like me to help me with this exercise. Solve the third-order differential equation y''' - 2y'' - y' + 2y = 0 subject to the conditions... 2nd order polynomial fitting - comp.soft-sys.matlabHello, I have the following problem, i wanna fit a 2nd order polynomial to my data (x=[1,256] and y=[1,256]). The thing is that only 40 cells of ... Solving Second Order Nonlinear BVP - comp.soft-sys.matlab ...I am having an extremely hard time numerically solving a second order differential equation. It is a Nonlinear Boundary Value Problem (BVP): u''(x)... FIRST ORDER AUTOCORRELATION - comp.soft-sys.matlabHello,I have a time series with 76 observation and I need to calculate the first order autocorrelation coefficient. How I can do it in Matlab? Thanks ... solving 2nd order differential equations by ode45 - comp.soft-sys ...Dear all, am trying to solve two coupled second order differential eqs like this: x'' = -A*x' - B*x; y'' = -C*y '- D*y - E*x''; ... PROC REPORT pagination order? - comp.soft-sys.sasHi All, On a v8.2 platform I have tried the following syntaxes in PROC REPORT: define my_date /group order=3Ddata descending 'MyDate... Using ode45 with a second order ODE - comp.soft-sys.matlab ...Hi, I have an equation: p'' + (A'/A)p' + k^2p = 0 I need to integrate it with given initial conditions (p(0)=0, p'(0)=1) The area is: A=pi*((... Second order implicit RK - comp.soft-sys.matlabHello Guys, Please suggest me if any code is available online to calculate ODE by using Second order implicit RK formulation. Thanks. ... 4th-order PDEs with PDE toolbox - comp.soft-sys.matlabHi there, I want to solve the biharmonic equation nabla^4 f = 0 in two dimensions for complicated domain shapes requiring finite elements, wi... Order | Define Order at Dictionary.comnoun 1. an authoritative direction or instruction; command; mandate. 2. a command of a court or judge. 3. a command or notice issued by a military organization or a ... Order - Wikipedia, the free encyclopediaOrder may refer to: 1 Sequencing 2 Philosophy 3 Science and mathematics 4 Computer science 5 Electronics and telecommunications 6 Economics and commerce 7 Legal ... 7/16/2012 3:45:46 AM
|
|
|
|
|
|
|
|
|