Applied-Energistics-2-tiler.../src/main/java/appeng/client/render
yueh a14cf2204d Fixes anchor rendering (#2698)
* Fixes #2680: Use a shorter cable anchor model when blocked by a facade.
* Fixes #2664: Prevent anchors from creating intersection.

Replaced the simple List<ResourceLocation> for the static models with a
new container also indicating a solid part, which can be used to prevent
the creation of an intersection.
2016-12-14 22:37:10 +01:00
..
cablebus Fixes anchor rendering (#2698) 2016-12-14 22:37:10 +01:00
crafting Fixes anchor rendering (#2698) 2016-12-14 22:37:10 +01:00
effects Fixes #2431: Implemented multi block rendering for quantum network bridge. 2016-10-14 22:59:14 +02:00
model Fixes anchor rendering (#2698) 2016-12-14 22:37:10 +01:00
renderable Added missing file headers 2016-09-17 16:00:37 +02:00
spatial Fixes #2669: Missing particle texture for pylons. 2016-12-01 10:56:01 +01:00
tesr Fixes #2558: Make Sky Stone Chest TESR more robust against odd world state, as Vanilla also does. 2016-11-02 20:44:50 +01:00
textures Fixes #2407 2016-10-03 03:00:58 +02:00
ColorableTileBlockColor.java Capitalised enums to match conventions 2016-09-17 15:06:00 +02:00
FacadeDispatcherBakedModel.java Fixes anchor rendering (#2698) 2016-12-14 22:37:10 +01:00
FacadeItemModel.java Fixes #2448: Facades items and blocks now use the same algorithm to determine the block texture. 2016-10-09 21:59:56 +02:00
FacadeWithBlockBakedModel.java Fixes anchor rendering (#2698) 2016-12-14 22:37:10 +01:00
FacingToRotation.java Added missing file headers 2016-09-17 16:00:37 +02:00
SpatialSkyRender.java Fixes #2455: Avoid using glPushAttr 2016-10-11 21:22:55 +02:00
StackSizeRenderer.java Refactored AEConfig (#2633) 2016-11-26 14:07:34 +01:00
StaticBlockColor.java Fixes #2432: New model for wireless access point which includes status indicators, correct model rotation, and lit/unlit torch variants. 2016-10-09 19:43:01 +02:00
StaticItemColor.java Added missing file headers 2016-09-17 16:00:37 +02:00
TesrRenderHelper.java Removed usage of GL11 in favor of using GlStateManager. 2016-10-03 00:23:45 +02:00
VertexFormats.java This reverts back to the old way of extending the vertex format with the necessary vertex element for lightmap data, if fullbright quads are enabled. Instead of then enabling the extended vertex format for Optifine, it is disabled if Optifine is detected. 2016-10-27 20:05:18 +02:00