Applied-Energistics-2-tiler.../src/main/java/appeng/client/render/model
Sebastian Hartte 59544993bd 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.
Since the root cause is actually that the Vanilla lighting pipeline doesn't support such Vertex Formats, we disable it also if the Forge lighting pipeline is disabled.

This also relates to #2489.
2016-10-27 20:05:18 +02:00
..
AutoRotatingCacheKey.java Added missing file headers 2016-09-17 16:00:37 +02:00
AutoRotatingModel.java Fixes #2414: Sky Compass not respecting placement face. 2016-10-15 13:13:19 +02:00
BiometricCardBakedModel.java Fixes #2498: Corrected color of biometric card with hash = 0 and correctly delegate the perspective aware transformations to the base model. In addition, don't allocate an empty cache for all cached models. 2016-10-24 23:11:08 +02:00
BiometricCardModel.java Fixes #2498: Corrected color of biometric card with hash = 0 and correctly delegate the perspective aware transformations to the base model. In addition, don't allocate an empty cache for all cached models. 2016-10-24 23:11:08 +02:00
BuiltInModelLoader.java Added missing file headers 2016-09-17 16:00:37 +02:00
ColorApplicatorBakedModel.java Fixes #2376: Implemented coloring on color applicator. 2016-10-14 00:08:42 +02:00
ColorApplicatorModel.java Fixes #2376: Implemented coloring on color applicator. 2016-10-14 00:08:42 +02:00
DriveBakedModel.java Organise imports 2016-09-17 17:05:07 +02:00
DriveModel.java Implemented drive models. Fixed issues with the UVL model loader using a null model loader (and thus crashing). 2016-08-26 13:46:52 +02:00
GlassBakedModel.java Restored glass model that implements the uv shift. 2016-08-26 12:42:21 +02:00
GlassModel.java Restored glass model that implements the uv shift. 2016-08-26 12:42:21 +02:00
MatrixVertexTransformer.java Implemented drive models. Fixed issues with the UVL model loader using a null model loader (and thus crashing). 2016-08-26 13:46:52 +02:00
RenderHelper.java Added missing file headers 2016-09-17 16:00:37 +02:00
SkyCompassBakedModel.java Organise imports 2016-09-17 17:05:07 +02:00
SkyCompassModel.java Implemented the sky compass. 2016-08-26 13:07:37 +02:00
UVLModelLoader.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