Thread: Grid
View Single Post
08/23/14, 01:20 PM   #5
skyraker
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 154
Originally Posted by sirinsidiator View Post
I know you want to learn about textures, but I imagine you could also use LineControl elements to achieve this.
I thought about that too, but it still wants a texture for the line.

Originally Posted by merlight View Post
Texture is actually the easy part, since you don't need any. Just make a texture control template:
xml Code:
  1. <Texture name="GridLine" color="aa000000" layer="BACKGROUND" virtual="true">
  2.    <Dimensions x="1" y="1" />
  3. </Texture>
... and create as many as needed using ZO_ControlPool, and change width or height.
I'll take a look at that too. As I said, I'm using this as sort of a learning exercise in texture creations and implementation, so creating a simple box wasn't something too time consuming to learn.
  Reply With Quote