|
@@ -15,7 +15,7 @@ import { Node } from "node";
|
|
import "Shaders/line.fragment";
|
|
import "Shaders/line.fragment";
|
|
import "Shaders/line.vertex";
|
|
import "Shaders/line.vertex";
|
|
|
|
|
|
-declare module "Meshes/AbstractMesh" {
|
|
|
|
|
|
+declare module "Meshes/abstractMesh" {
|
|
export interface AbstractMesh {
|
|
export interface AbstractMesh {
|
|
/**
|
|
/**
|
|
* Disables the mesh edge rendering mode
|
|
* Disables the mesh edge rendering mode
|
|
@@ -61,7 +61,7 @@ declare module "Meshes/AbstractMesh" {
|
|
configurable: true
|
|
configurable: true
|
|
});
|
|
});
|
|
|
|
|
|
-declare module "Meshes/LinesMesh" {
|
|
|
|
|
|
+declare module "Meshes/linesMesh" {
|
|
export interface LinesMesh {
|
|
export interface LinesMesh {
|
|
/**
|
|
/**
|
|
* Enables the edge rendering mode on the mesh.
|
|
* Enables the edge rendering mode on the mesh.
|
|
@@ -80,7 +80,7 @@ declare module "Meshes/LinesMesh" {
|
|
return this;
|
|
return this;
|
|
};
|
|
};
|
|
|
|
|
|
-declare module "Meshes/LinesMesh" {
|
|
|
|
|
|
+declare module "Meshes/linesMesh" {
|
|
export interface InstancedLinesMesh {
|
|
export interface InstancedLinesMesh {
|
|
/**
|
|
/**
|
|
* Enables the edge rendering mode on the mesh.
|
|
* Enables the edge rendering mode on the mesh.
|