Reorganize stuff, vertex attribute types
This commit is contained in:
16
src/data/index.ts
Normal file
16
src/data/index.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
/*!
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public License,
|
||||
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
|
||||
* obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
export * from "./Camera";
|
||||
export * from "./Color";
|
||||
export * from "./Matrix4x4";
|
||||
export * from "./Mesh";
|
||||
export * from "./Node";
|
||||
export * from "./Quaternion";
|
||||
export * from "./Scene";
|
||||
export * from "./Vector2";
|
||||
export * from "./Vector3";
|
||||
export * from "./Vector4";
|
||||
Reference in New Issue
Block a user