Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

created docs/api/ko/geometries/... #25488

Merged
merged 24 commits into from
Feb 13, 2023
Merged

Conversation

HEOJUNFO
Copy link
Contributor

Related issue: none

created docs/api/ko/geometries/...

@Mugen87
Copy link
Collaborator

Mugen87 commented Feb 12, 2023

You also need to update list.json so the new pages correctly appear in the menu.

three.js/docs/list.json

Lines 905 to 1052 in 4da6d4e

"ko": {
"매뉴얼": {
"시작하기": {
"장면 만들기": "manual/ko/introduction/Creating-a-scene",
"설치": "manual/ko/introduction/Installation",
"WebGL 호환성 검사": "manual/ko/introduction/WebGL-compatibility-check",
"로컬 환경에서 구동 방법": "manual/ko/introduction/How-to-run-things-locally",
"선 그리기": "manual/ko/introduction/Drawing-lines",
"텍스트 만들기": "manual/ko/introduction/Creating-text",
"3D 모델 불러오기": "manual/ko/introduction/Loading-3D-models",
"FAQ": "manual/ko/introduction/FAQ",
"참고 링크": "manual/ko/introduction/Useful-links"
},
"심화 과정": {
"오브젝트를 업데이트하는 방법": "manual/ko/introduction/How-to-update-things",
"오브젝트를 폐기하는 방법": "manual/ko/introduction/How-to-dispose-of-objects",
"VR 컨텐츠를 만드는 방법": "manual/ko/introduction/How-to-create-VR-content",
"후처리 사용 방법": "manual/ko/introduction/How-to-use-post-processing",
"행렬 변환": "manual/ko/introduction/Matrix-transformations",
"애니메이션 시스템": "manual/ko/introduction/Animation-system"
},
"빌드 도구": {
"NPM 테스트": "manual/ko/buildTools/Testing-with-NPM"
}
},
"레퍼런스": {
"애니메이션": {
"AnimationAction": "api/ko/animation/AnimationAction",
"AnimationClip": "api/ko/animation/AnimationClip",
"AnimationMixer": "api/ko/animation/AnimationMixer",
"AnimationObjectGroup": "api/ko/animation/AnimationObjectGroup",
"AnimationUtils": "api/ko/animation/AnimationUtils",
"KeyframeTrack": "api/ko/animation/KeyframeTrack",
"PropertyBinding": "api/ko/animation/PropertyBinding",
"PropertyMixer": "api/ko/animation/PropertyMixer"
},
"애니메이션 / 트랙": {
"BooleanKeyframeTrack": "api/ko/animation/tracks/BooleanKeyframeTrack",
"ColorKeyframeTrack": "api/ko/animation/tracks/ColorKeyframeTrack",
"NumberKeyframeTrack": "api/ko/animation/tracks/NumberKeyframeTrack",
"QuaternionKeyframeTrack": "api/ko/animation/tracks/QuaternionKeyframeTrack",
"StringKeyframeTrack": "api/ko/animation/tracks/StringKeyframeTrack",
"VectorKeyframeTrack": "api/ko/animation/tracks/VectorKeyframeTrack"
},
"오디오": {
"Audio": "api/ko/audio/Audio",
"AudioAnalyser": "api/ko/audio/AudioAnalyser",
"AudioContext": "api/ko/audio/AudioContext",
"AudioListener": "api/ko/audio/AudioListener",
"PositionalAudio": "api/ko/audio/PositionalAudio"
},
"카메라": {
"ArrayCamera": "api/ko/cameras/ArrayCamera",
"Camera": "api/ko/cameras/Camera",
"CubeCamera": "api/ko/cameras/CubeCamera",
"OrthographicCamera": "api/ko/cameras/OrthographicCamera",
"PerspectiveCamera": "api/ko/cameras/PerspectiveCamera",
"StereoCamera": "api/ko/cameras/StereoCamera"
},
"상수": {
"Animation": "api/ko/constants/Animation",
"Core": "api/ko/constants/Core",
"CustomBlendingEquation": "api/ko/constants/CustomBlendingEquations",
"Materials": "api/ko/constants/Materials",
"Renderer": "api/ko/constants/Renderer",
"Textures": "api/ko/constants/Textures"
},
"Core": {
"BufferAttribute": "api/ko/core/BufferAttribute",
"BufferGeometry": "api/ko/core/BufferGeometry",
"Clock": "api/ko/core/Clock",
"EventDispatcher": "api/ko/core/EventDispatcher",
"GLBufferAttribute": "api/ko/core/GLBufferAttribute",
"InstancedBufferAttribute": "api/ko/core/InstancedBufferAttribute",
"InstancedBufferGeometry": "api/ko/core/InstancedBufferGeometry",
"InstancedInterleavedBuffer": "api/ko/core/InstancedInterleavedBuffer",
"InterleavedBuffer": "api/ko/core/InterleavedBuffer",
"InterleavedBufferAttribute": "api/ko/core/InterleavedBufferAttribute",
"Layers": "api/ko/core/Layers",
"Object3D": "api/ko/core/Object3D",
"Raycaster": "api/ko/core/Raycaster",
"Uniform": "api/ko/core/Uniform"
},
"Core / BufferAttributes": {
"BufferAttribute Types": "api/ko/core/bufferAttributeTypes/BufferAttributeTypes"
},
"Extras": {
"DataUtils": "api/ko/extras/DataUtils",
"Earcut": "api/ko/extras/Earcut",
"ImageUtils": "api/ko/extras/ImageUtils",
"PMREMGenerator": "api/ko/extras/PMREMGenerator",
"ShapeUtils": "api/ko/extras/ShapeUtils"
},
"Extras / Core": {
"Curve": "api/ko/extras/core/Curve",
"CurvePath": "api/ko/extras/core/CurvePath",
"Interpolations": "api/ko/extras/core/Interpolations",
"Path": "api/ko/extras/core/Path",
"Shape": "api/ko/extras/core/Shape",
"ShapePath": "api/ko/extras/core/ShapePath"
},
"Extras / Curves": {
"ArcCurve": "api/ko/extras/curves/ArcCurve",
"CatmullRomCurve3": "api/ko/extras/curves/CatmullRomCurve3",
"CubicBezierCurve": "api/ko/extras/curves/CubicBezierCurve",
"CubicBezierCurve3": "api/ko/extras/curves/CubicBezierCurve3",
"EllipseCurve": "api/ko/extras/curves/EllipseCurve",
"LineCurve": "api/ko/extras/curves/LineCurve",
"LineCurve3": "api/ko/extras/curves/LineCurve3",
"QuadraticBezierCurve": "api/ko/extras/curves/QuadraticBezierCurve",
"QuadraticBezierCurve3": "api/ko/extras/curves/QuadraticBezierCurve3",
"SplineCurve": "api/ko/extras/curves/SplineCurve"
}
},
"Addons": {
"컨트롤": {
"DragControls": "examples/ko/controls/DragControls",
"FirstPersonControls": "examples/ko/controls/FirstPersonControls",
"FlyControls": "examples/ko/controls/FlyControls",
"OrbitControls": "examples/ko/controls/OrbitControls",
"PointerLockControls": "examples/ko/controls/PointerLockControls",
"TrackballControls": "examples/ko/controls/TrackballControls",
"TransformControls": "examples/ko/controls/TransformControls"
}
}
},

@Mugen87 Mugen87 added this to the r150 milestone Feb 12, 2023
@Mugen87 Mugen87 merged commit 6b77b6e into mrdoob:dev Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants