convert classes to es6
(cherry picked from commit e7615d49a4071fe5b5f192884f142c9f3385211a)
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
window.WorldRenderer = class {
|
||||
import BlockRenderer from "./BlockRenderer.js";
|
||||
import EntityRenderManager from "./entity/EntityRenderManager.js";
|
||||
import MathHelper from "../../util/MathHelper.js";
|
||||
import ChunkSection from "../world/ChunkSection.js";
|
||||
import Block from "../world/block/Block.js";
|
||||
|
||||
export default class WorldRenderer {
|
||||
|
||||
static RENDER_DISTANCE = 4;
|
||||
static THIRD_PERSON_DISTANCE = 4;
|
||||
|
||||
Reference in New Issue
Block a user