添加信息。

This commit is contained in:
liteng 2018-08-24 07:52:58 +08:00
parent 387cc07458
commit e9bf809576
78 changed files with 78 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import BaseEvent from '../BaseEvent';
/**
* 菜单事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function MenuEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加环境光事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddAmbientLightEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加正方体事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddBoxEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加圆事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddCircleEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加圆柱体事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddCylinderEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加平行光源事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddDirectionalLightEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加组事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddGroupEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加半球光事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddHemisphereLightEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加二十面体事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddIcosahedronEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加花瓶事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddLatheEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加透视相机事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddPerspectiveCameraEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加平板事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddPlaneEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加点光源事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddPointLightEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加矩形光事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddRectAreaLightEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加球体事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddSphereEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加聚光灯事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddSpotLightEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加精灵事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddSpriteEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加茶壶事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddTeaportEvent(app) {

View File

@ -5,6 +5,7 @@ import StringUtils from '../../../utils/StringUtils';
/**
* 添加文本事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddTextEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加轮胎事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddTorusEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加纽结事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddTorusKnotEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 添加火焰事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddFireEvent(app) {

View File

@ -6,6 +6,7 @@ var ID = 1;
/**
* 添加初音未来事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddMikuEvent(app) {

View File

@ -6,6 +6,7 @@ var ID = 1;
/**
* 添加人事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddPersonEvent(app) {

View File

@ -6,6 +6,7 @@ var ID = 1;
/**
* 添加烟事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddSmokeEvent(app) {

View File

@ -2,6 +2,7 @@ import MenuEvent from '../MenuEvent';
/**
* 添加资源事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddAssetEvent(app) {

View File

@ -3,6 +3,7 @@ import StringUtils from '../../../utils/StringUtils';
/**
* 导出gltf文件事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ExportGLTFEvent(app) {

View File

@ -4,6 +4,7 @@ import StringUtils from '../../../utils/StringUtils';
/**
* 导出几何体事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ExportGeometryEvent(app) {

View File

@ -3,6 +3,7 @@ import StringUtils from '../../../utils/StringUtils';
/**
* 导出mmd文件事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ExportMMDEvent(app) {

View File

@ -4,6 +4,7 @@ import StringUtils from '../../../utils/StringUtils';
/**
* 导出obj文件事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ExportOBJEvent(app) {

View File

@ -4,6 +4,7 @@ import StringUtils from '../../../utils/StringUtils';
/**
* 导出物体事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ExportObjectEvent(app) {

View File

@ -4,6 +4,7 @@ import StringUtils from '../../../utils/StringUtils';
/**
* 导出ply文件事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ExportPLYEvent(app) {

View File

@ -3,6 +3,7 @@ import StringUtils from '../../../utils/StringUtils';
/**
* 导出stl二进制文件事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ExportSTLBEvent(app) {

View File

@ -3,6 +3,7 @@ import StringUtils from '../../../utils/StringUtils';
/**
* 导出stl文件事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ExportSTLEvent(app) {

View File

@ -3,6 +3,7 @@ import StringUtils from '../../../utils/StringUtils';
/**
* 导出场景事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ExportSceneEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = 1;
/**
* 粒子发射器
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ParticleEmitterEvent(app) {

View File

@ -3,6 +3,7 @@ import UI from '../../../ui/UI';
/**
* 重做事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ClearHistoryEvent(app) {

View File

@ -3,6 +3,7 @@ import AddObjectCommand from '../../../command/AddObjectCommand';
/**
* 拷贝事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function CloneEvent(app) {

View File

@ -4,6 +4,7 @@ import UI from '../../../ui/UI';
/**
* 删除事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function DeleteEvent(app) {

View File

@ -6,6 +6,7 @@ import MultiCmdsCommand from '../../../command/MultiCmdsCommand';
/**
* 压缩着色器程序事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function MinifyShaderEvent(app) {

View File

@ -3,6 +3,7 @@ import UI from '../../../ui/UI';
/**
* 重做事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function RedoEvent(app) {

View File

@ -3,6 +3,7 @@ import UI from '../../../ui/UI';
/**
* 撤销事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function UndoEvent(app) {

View File

@ -3,6 +3,7 @@ import UI from '../../../ui/UI';
/**
* 示例事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ExampleEvent(app) {

View File

@ -3,6 +3,7 @@ import OptionsWindow from '../../../editor/window/OptionsWindow';
/**
* 渲染器选项事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function RendererOptionsEvent(app) {

View File

@ -3,6 +3,7 @@ import OptionsWindow from '../../../editor/window/OptionsWindow';
/**
* 场景选项事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function SceneOptionsEvent(app) {

View File

@ -3,6 +3,7 @@ import OptionsWindow from '../../../editor/window/OptionsWindow';
/**
* 外观选项事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function SurfaceOptionsEvent(app) {

View File

@ -3,6 +3,7 @@ import AddObjectCommand from '../../../command/AddObjectCommand';
/**
* 添加物理布料
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddPhysicsClothEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = -1;
/**
* 添加物理平板
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddPhysicsPlaneEvent(app) {

View File

@ -5,6 +5,7 @@ var ID = -1;
/**
* 添加物理墙
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AddPhysicsWallEvent(app) {

View File

@ -3,6 +3,7 @@ import UI from '../../../ui/UI';
/**
* 启动事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function PlayEvent(app) {

View File

@ -4,6 +4,7 @@ import SceneWindow from '../../../editor/window/SceneWindow';
/**
* 载入场景
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function LoadSceneEvent(app) {

View File

@ -3,6 +3,7 @@ import UI from '../../../ui/UI';
/**
* 新建场景
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function NewSceneEvent(app) {

View File

@ -3,6 +3,7 @@ import MathUtils from '../../../utils/MathUtils';
/**
* 发布场景
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function PublishSceneEvent(app) {

View File

@ -4,6 +4,7 @@ import Ajax from '../../../utils/Ajax';
/**
* 场景另存为
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function SaveSceneAsEvent(app) {

View File

@ -4,6 +4,7 @@ import Ajax from '../../../utils/Ajax';
/**
* 保存场景
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function SaveSceneEvent(app) {

View File

@ -2,6 +2,7 @@ import BaseEvent from '../BaseEvent';
/**
* 播放器事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function PlayerEvent(app) {

View File

@ -4,6 +4,7 @@ import SetMaterialValueCommand from '../../command/SetMaterialValueCommand';
/**
* CodeMirror改变事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function CodeMirrorChangeEvent(app) {

View File

@ -34,6 +34,7 @@ const GeometryPanels = {
/**
* 物体面板事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function GeometryPanelEvent(app) {

View File

@ -3,6 +3,7 @@ import UI from '../../ui/UI';
/**
* 历史面板事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function HistoryPanelEvent(app) {

View File

@ -7,6 +7,7 @@ import SetMaterialMapCommand from '../../command/SetMaterialMapCommand';
/**
* 材质改变事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function MaterialPanelEvent(app) {

View File

@ -9,6 +9,7 @@ import SetColorCommand from '../../command/SetColorCommand';
/**
* 物体面板事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ObjectPanelEvent(app) {

View File

@ -4,6 +4,7 @@ import UI from '../../ui/UI';
/**
* 属性面板事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function PropertyPanelEvent(app) {

View File

@ -4,6 +4,7 @@ import UI from '../../ui/UI';
/**
* 场景面板事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ScenePanelEvent(app) {

View File

@ -5,6 +5,7 @@ import RemoveScriptCommand from '../../command/RemoveScriptCommand';
/**
* 脚本面板事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ScriptPanelEvent(app) {

View File

@ -2,6 +2,7 @@ import BaseEvent from '../BaseEvent';
/**
* 网格设置改变事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function GridChangeEvent(app) {

View File

@ -3,6 +3,7 @@ import UI from '../../ui/UI';
/**
* 更新场景编辑区信息事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function UpdateSceneStatusEvent(app) {

View File

@ -3,6 +3,7 @@ import UI from '../../ui/UI';
/**
* 锚点事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function AnchorPointEvent(app) {

View File

@ -3,6 +3,7 @@ import UI from '../../ui/UI';
/**
* 手型模式事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function HandModeEvent(app) {

View File

@ -4,6 +4,7 @@ import ModelWindow from '../../editor/window/ModelWindow';
/**
* 模型事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ModelEvent(app) {

View File

@ -3,6 +3,7 @@ import UI from '../../ui/UI';
/**
* 路径模式事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function PathModeEvent(app) {

View File

@ -3,6 +3,7 @@ import UI from '../../ui/UI';
/**
* 旋转模式事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function RotateModeEvent(app) {

View File

@ -3,6 +3,7 @@ import UI from '../../ui/UI';
/**
* 缩放模式事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ScaleModeEvent(app) {

View File

@ -3,6 +3,7 @@ import UI from '../../ui/UI';
/**
* 旋转模式事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function SelectModeEvent(app) {

View File

@ -3,6 +3,7 @@ import UI from '../../ui/UI';
/**
* 平移模式事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function TranslateModeEvent(app) {

View File

@ -2,6 +2,7 @@ import BaseEvent from '../BaseEvent';
/**
* 编辑器控件事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function EditorControlsEvent(app) {

View File

@ -2,6 +2,7 @@ import BaseEvent from '../BaseEvent';
/**
* 物体事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function ObjectEvent(app) {

View File

@ -2,6 +2,7 @@ import BaseEvent from '../BaseEvent';
/**
* 选取事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function PickEvent(app) {

View File

@ -5,6 +5,7 @@ import SetScaleCommand from '../../command/SetScaleCommand';
/**
* 平移旋转缩放控件事件
* @author tengge / https://github.com/tengge1
* @param {*} app
*/
function TransformControlsEvent(app) {