未验证 提交 abd3e6d3 编写于 作者: M Michael Herzog 提交者: GitHub

Merge pull request #17930 from linbingquan/dev-cleanup

TS: Clean up for single quote.
......@@ -2,7 +2,7 @@ import {
Matrix3,
} from '../../../src/Three';
import { VolumeSlice } from "./VolumeSlice.js";
import { VolumeSlice } from './VolumeSlice.js';
export class Volume {
......
......@@ -5,7 +5,7 @@ import {
import { NodeBuilder } from '../../core/NodeBuilder';
import { StandardNode } from './StandardNode';
import { PropertyNode } from "../../inputs/PropertyNode";
import { PropertyNode } from '../../inputs/PropertyNode';
export class MeshStandardNode extends StandardNode {
......
import { Quaternion } from "../../../src/Three";
import { Quaternion } from '../../../src/Three';
export namespace MathUtils {
export function setQuaternionFromProperEuler( q: Quaternion, a: number, b: number, c: number, order: string ): void;
......
import { Light } from "../../../src/Three";
import { Light } from '../../../src/Three';
export class ShadowMapViewer {
......
import { AnimationClip, Bone, Matrix4, Object3D, Skeleton, SkeletonHelper } from "../../../src/Three";
import { AnimationClip, Bone, Matrix4, Object3D, Skeleton, SkeletonHelper } from '../../../src/Three';
export namespace SkeletonUtils {
export function retarget( target: Object3D | Skeleton,
......
import { Geometry } from "../../../src/Three";
import { Geometry } from '../../../src/Three';
export function UVsDebug( geometry: Geometry, size: number ): HTMLCanvasElement;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册