Added cobweb renderer #156

Merged
moorehousew merged 2 commits from master into master 2015-06-21 18:40:05 -04:00
moorehousew commented 2015-06-21 18:27:54 -04:00 (Migrated from github.com)
No description provided.
ddevault commented 2015-06-21 18:32:32 -04:00 (Migrated from github.com)

In theory this can be a lot simpler. Take a look at sugarcane.

In theory this can be a lot simpler. Take a look at [sugarcane](https://github.com/SirCmpwn/TrueCraft/blob/master/TrueCraft.Client/Rendering/Blocks/SugarcaneRenderer.cs).
moorehousew commented 2015-06-21 18:36:07 -04:00 (Migrated from github.com)

Oops.

Oops.
moorehousew commented 2015-06-21 18:39:09 -04:00 (Migrated from github.com)

By the way, I was going to add slab rendering but there doesn't seem to be a WoodSlabBlock or CobblestoneSlabBlock?

By the way, I was going to add slab rendering but there doesn't seem to be a `WoodSlabBlock` or `CobblestoneSlabBlock`?
ddevault commented 2015-06-21 18:40:03 -04:00 (Migrated from github.com)

I don't know about that. They might be using another name. If not, add them.

I don't know about that. They might be using another name. If not, add them.
moorehousew commented 2015-06-21 18:41:21 -04:00 (Migrated from github.com)

Actually there just seems to be two blocks; full slabs (42) and half slabs (44), they both use data values to store block type; I'll just check that in the renderer and use the appropriate texture.

Actually there just seems to be two blocks; full slabs (42) and half slabs (44), they both use data values to store block type; I'll just check that in the renderer and use the appropriate texture.
ddevault commented 2015-06-21 18:41:30 -04:00 (Migrated from github.com)

Cool.

Cool.
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AstralTransRocketries/TrueCraft#156
No description provided.