Original Post
Hi, I've been playing around with Geomipmap and Quadtree(for LOD). And I've noticed that Geomipmap only works if the heightfield size is 2^n + 1. So my 1st question is: -Does Quadtree has this same limitation? My 2nd question: -When does Vertex/Index Buffer is placed in the memory? After the CreateIndex/VertexBuffer() call or after the first Lock()&Unlock() calls? If it's the first case(after the CreateIndex/VertexBuffer() call) then: - How does the system insert data into buffers if they were created with the Read-only flag?. Thanks for looking :) Cheers :D