I'm trying to use the engine to draw a visual gridded representation of data.
I have a table of data, which includes coordinates and other data.
Using the coordinates I want to place a box of a predetermined size (16 pixels x 16 pixels) to a computed location on the screen. This is the easy part ...
Search found 7 matches
- Tue May 15, 2007 3:29 pm
- Forum: Beginners Help
- Topic: help with 2d drawing and camera movement in C# (2.0)
- Replies: 1
- Views: 300
- Wed May 09, 2007 7:40 pm
- Forum: Beginners Help
- Topic: GetTexture with a 100 dpi tif
- Replies: 1
- Views: 528
GetTexture with a 100 dpi tif
I have a .tif file that is a 16 bit 100 dpi image that I want to use as a background and then draw on top of it. I've tried using all the DriverTypes, and even a 100dpi jpg and it says "Could not create vertex shader" and then "could not load texture: image.tif"
If I save the tif as a bmp in paint ...
If I save the tif as a bmp in paint ...
- Fri Jul 21, 2006 1:13 pm
- Forum: Off-topic
- Topic: An artist in a programmers world. And how it does suck.
- Replies: 12
- Views: 2081
- Fri Jul 21, 2006 1:06 pm
- Forum: Irrlicht.NET
- Topic: Irrlicht noob questions with C# (.NET)
- Replies: 5
- Views: 3010
- Tue Jul 18, 2006 1:54 pm
- Forum: Irrlicht.NET
- Topic: Irrlicht noob questions with C# (.NET)
- Replies: 5
- Views: 3010
- Fri Jul 14, 2006 1:43 pm
- Forum: Off-topic
- Topic: Drop calculator
- Replies: 0
- Views: 286
Drop calculator
I need to write one. Does anyone have any good resources on the basics? I understand there are a lot of statistics involved, but I'm just not sure on the best way to implement it. Is it better to have a tiered calculator - ie, several "dice rolls" that come to an end result, or one "roll of the dice ...
- Fri Jul 14, 2006 1:35 pm
- Forum: Irrlicht.NET
- Topic: Irrlicht noob questions with C# (.NET)
- Replies: 5
- Views: 3010
Irrlicht noob questions with C# (.NET)
I've got several questions about the engine. I've only played with it enough to proof of concept my idea using the examples. I'm new to game design, but not new to programming. I just wanted to get some answers from the experts and see if any of the things I want to do are possible.
I'm developing ...
I'm developing ...