随笔分类 -  日常日记

1 2 3 下一页

手写板驱动
摘要:勾上就可以吗?取消掉钩吧..我之前也是一样的问题,貌似是点了个钩就好了ok 3Q 阅读全文

posted @ 2015-05-28 13:46 盖天00 阅读(220) 评论(0) 推荐(0)

判断一个点是不是在三角形中 用面积算法
摘要:公式:|ab × ac| = |ab × ap| + |ap × ac| + |(ab × ac - ab × ap - ap × ac)|上面是差乘 阅读全文

posted @ 2015-01-11 11:08 盖天00 阅读(196) 评论(0) 推荐(0)

win7 一切软件都安装不上 解决 把他卸掉
摘要:KB2962872 控制面板,添加删除程序,查看已更新 阅读全文

posted @ 2014-09-02 16:41 盖天00 阅读(164) 评论(0) 推荐(0)

布料修改器的用法。
摘要:$.modifiers[1].setObjectType $ 2 true$.modifiers[1].setObjectProperty $ "Vbend" 20 阅读全文

posted @ 2012-02-03 11:39 盖天00 阅读(176) 评论(0) 推荐(0)

侧his
摘要:rollout unnamedRollout "Untitled" width:399 height:330( slider sld1 "Slider" pos:[93,95] width:255 height:44 toolTip:"dsfsd" type:#integer --spinner ball_radius "Ball radius" controller:(sld1.value.controller ) local bm = bitmap 30 20 color:white imgtag b5 &qu 阅读全文

posted @ 2011-12-27 15:45 盖天00 阅读(131) 评论(0) 推荐(0)

模拟c++ 控件
摘要:rollout unnamedRollout "Untitled" width:399 height:330 ( slider sld1 "Slider" pos:[93,95] width:255 height:44 toolTip:"dsfsd" type:#integer --spinner ball_radius "Ball radius" controller:(sld1.value.controller ) local bm = bitmap 30 20 color:white imgtag b5 &q 阅读全文

posted @ 2011-12-27 15:41 盖天00 阅读(155) 评论(0) 推荐(0)

win7 xp 删除一些 顽固的自动项目
摘要:开机启动项里的一些项目机子中已删除,可那个启动列表里还是有这个启动项,看着真不舒服,到网上查了下发现都是些win7以前的删除方法,删除位置也是稍有区别的,win7下已删除的启动项在注册表中位置为:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupfolder 阅读全文

posted @ 2011-12-13 15:17 盖天00 阅读(154) 评论(0) 推荐(0)

可在写脚本的时候多用这点。
摘要:max tor? 阅读全文

posted @ 2011-11-16 14:00 盖天00 阅读(190) 评论(0) 推荐(0)

mesh poly 都可以用他进行面数的询问。
摘要:numfaces 阅读全文

posted @ 2011-11-15 10:20 盖天00 阅读(145) 评论(0) 推荐(0)

临时导入导出obj
摘要:/* export*vt.*输出*,*出口* *//* theClasses = exporterPlugin.classes */exportFile (GetDir #scene + "/exportTest"+".obj" ) #noPrompt selectedOnly:true --using:theClasses[1] -- [ #noPrompt ] [ selectedOnly:<boolean> ] [ using:<maxclass> ] 阅读全文

posted @ 2011-11-11 15:12 盖天00 阅读(177) 评论(0) 推荐(0)

从侦听器中索引
摘要:( clearListener()z=( replace "#(1,2,3,\"kdofsgk\")" 1 1 "") as name print zglobal ListerText -- declare variable so its scope is higher-- than inside just the following block-- expression( setListenerSel #(0,-1) -- select all the textListenerText=getListenerSelText() -- 阅读全文

posted @ 2011-11-11 15:10 盖天00 阅读(156) 评论(0) 推荐(0)

把数组解出来的好办法 呵呵 同事
摘要:( replace "#(1,2,3,\"kdofsgk\")" 1 1 "") as name上面的方法 看似是数组但是不是真正的数组要用下面的这个在进行一次。ef_oop= createFile "E:\op.tmp"format "%" z to:ef_oopclose ef_oopstd_oo=openFile "E:\op.tmp" id =#() id = readValue std_ooclose std_oo id [4] 阅读全文

posted @ 2011-11-11 13:35 盖天00 阅读(184) 评论(0) 推荐(0)

这句话是我在渲染 程序贴图用到的代码
摘要:superclassof meditMaterials[1]map_sample =renderMap meditMaterials[1] size:[200,200] scale:200TestMapSamples.bmp_slot1.bitmap =map_sample 阅读全文

posted @ 2011-11-08 16:54 盖天00 阅读(173) 评论(0) 推荐(0)

关掉在打开的做法很有必要
摘要:rollout unnamedRollout "Untitled" width:162 height:300( button btn1 "Button" pos:[35,48] width:73 height:80 on btn1 pressed do ( DestroyDialog unnamedRollout for i in 1 to 199 do print i CreateDialog unnamedRollout )) CreateDialog unnamedRollout 阅读全文

posted @ 2011-11-01 14:51 盖天00 阅读(146) 评论(0) 推荐(0)

这样的结构很常用
摘要:for i in 1 to 10 do ( for a in 1 to 30 do ( if a == 10 do exit print a ) print i ) 阅读全文

posted @ 2011-10-29 15:59 盖天00 阅读(149) 评论(0) 推荐(0)

3dmas 的硬显示 这个就是其中既各个 最后两个是 对应显示操作的
摘要:meditMaterials[3].showInViewport= true meditMaterials[3].showInViewport= falseokMtlForScene $.materialshowHWTextureMap $.material trueenableHardwareMaterial $.material false 阅读全文

posted @ 2011-10-21 18:48 盖天00 阅读(179) 评论(0) 推荐(0)

看看显卡信息 这个很全
摘要:IViewportShadingMgr.ReviewGPUDiagnostics() 阅读全文

posted @ 2011-10-21 18:42 盖天00 阅读(167) 评论(0) 推荐(0)

设置到基础层
摘要:modPanel.setCurrentObject $.baseObject 阅读全文

posted @ 2011-10-21 18:29 盖天00 阅读(142) 评论(0) 推荐(0)

暂存场景
摘要:holdMaxFile 阅读全文

posted @ 2011-10-21 16:54 盖天00 阅读(130) 评论(0) 推荐(0)

视图帅新
摘要:ith redraw off 阅读全文

posted @ 2011-10-19 17:09 盖天00 阅读(140) 评论(0) 推荐(0)

1 2 3 下一页

导航