Wednesday, October 17, 2007

3ds Max PathDeform modifier

1. To stretch along a path (line), use PathDeform modifier, "Pick path" button, then increase the value of "Stretch". Good method to make tree branch, octopus tentacles, etc.

2. To lathe a line (spline), if the result is not right. Changing "Modifier List > Lathe > Axis" may fix it.

Friday, October 12, 2007

First time buyer

首次买房失败:first time buyer 要问请房子是否是 steel frame prefab concrete

今天早上兴冲冲去银行办 mortgage, 本以为走出了关键的一步,离“自己的家”又近了一步。填完好多表以后,谈到选哪种 survey时。mortgage advisor 问我房子的 condition 如何,我拿出照片给她看。谁知她看了一眼就问这房子是不是 steel frame, prefabricated reinforced concrete 的。我说不知道。她说看起来有点像,但是翻翻中介的材料上没有写。她说一般房子 standard build是 bricks and tiled roof,如果不是的话,中介应该写的。银行一般不给 steel frame 的房子做 mortgage的,因为这种房子如果 damp的话,里面的steel frame 会生锈。另外,这种房子卖起来也不好卖。

为保险起见,她给中介打了个电话。果然是 steel frame + prefabricated reinforced concrete 的,这个中介居然不跟我们说清楚。这些他们本地人一目了然的特点,对我们外国人则不是显而易见的。这个 mortgage advisor 是个好人,她说你以后看房子如果外面不能直接看到砖头的话,要问一下是不是 standard build的。

立马去中介质问。答曰没有法律规定一定要在广告上写明steel frame + prefabricated reinforced concrete 的。所以既然我们没有问起,他们也就不提。还好现在发现,不然付了survey的钱再发现就损失大了。

照理说,我们 offer 的这个是 ex-council house,应该是比较牢的才对。可以 mortgage advisor 说了,it's not the fact in this case. 因为council 在50-60年代的时候造了很多这样的steel frame + prefabricated reinforced concrete 的房子。在北部,有些这样的房子已经出现问题,严重影响 property value.

现在又要重新看房了,哎。。。特此上来写一下这个经验教训,请first time buyer 们注意。
另外一个经验是:尽量不要选中介推荐的 mortage advisor。他们跟中介是一伙的,不会给你指出这些毛病。要是让我自己看 survey report 的话,即便写的清清楚楚是 steel frame and prefab concrete的,也不会觉得有什么不妥。

whiskeywen
LZ是好银.

Larali
Thanks for sharing!

amadeus
其实很容易看出来,如果这个房子比类似的房子便宜很多,就要问为什么。通常 concrete built 都比 brick built 便宜很多,30%~40%不等。concrete 容易裂缝,很难修补,所以银行不喜欢借钱。

我是舵手
听说貌似2战后在北面很多都是这么造的吧?不知道有多北,一直以为只有苏格兰才有这些呢

ray321
steel frame的房子还冬天冷夏天热呢。

rfguy
请问怎么才能看出来是steel frame的啊

----
这个房子并没有比类似的房子便宜。不过倒是砍价砍下去10k. 当时中介说卖主夫妻分居想尽快出手云云。明天开始重新踏上看房的历程。
引用(amadeus @ 12 Oct 2007, 18:55)
其实很容易看出来,如果这个房子比类似的房子便宜很多,就要问为什么。通常 concrete built 都比 brick built 便宜很多,30%~40%不等。concrete 容易裂缝,很难修补,所以银行不喜欢借钱。

----
如果外面不能直接看到砖头的话,就要问清楚。虽然法律没有规定中介一定要说,但是你如果问了,他一定要说实话不能欺骗。这个是法律规定的,如果他骗你你可以到有关机构投诉的。
引用(rfguy @ 12 Oct 2007, 22:46)
请问怎么才能看出来是steel frame的啊

Thursday, October 11, 2007

Game Maker 7

direction = 0, right
direction = 90, up
direction = 180, left
direction = 270, down

Don't put "set lives" etc. in the Create event of the obj_controller, instead, put in the the "Game start" event. Because when the player loses one life and "restart the current room", the actions in Create event of the obj_controller will be execurated and you will see your number of lives doesn't decrease by 1.

Wednesday, October 10, 2007

3ds Max increase/decrease mesh resolution

Tessellate modifier subdivides faces in the current selection. It's particularly useful for smoothing curved surfaces for rendering, and creating additional mesh resolution for other modifiers to act on.

MultiRes does the opposite. It decreases the LOD of the selected mesh. You can select a percentage or set a vert count limit.

Wednesday, May 30, 2007

C++: convert managed clr System::String^ to std::string

#include vcclr.h

System::String^ line = "a managed string";
pin_ptr wch = PtrToStringChars( line );
int len = (( line->Length+1) * 2);
char *ch = new char[ len ];
wcstombs( ch, wch, len );
string lineStr = ch;
delete ch;

Thursday, March 29, 2007

Ogre Overlay

change size of debug overlay background for the score area: in c:\NxOgre\bin\Media\Overlays\OgreDebugPanel.overlay, under " container Panel(nx.gui.stats) {...}"

change "height 30" to "height 36" to suit for the bigger TextHeight (font size).

The original OgreDebugPanel.overlay file was backed-up in C:\eunice\MSVC\MS\VirtualMotion_Backup\29Mar07

Tuesday, March 27, 2007

Exporting mirror object from 3ds Max to Ogre

anear
Posted: Fri Mar 23, 2007 2:07 pm Post subject: exporting mirror object from 3ds Max

I got problem when exporting mirror object. I have a left hand model, and I created a right hand using "mirror selected objects". Then I export the two hands one by one using octopus exporter. It seems both the two exported meshes are left-hand.
I tried LEXIExporter too. Got two left hands too. Any thoughts on this? Thank you
--------------------------
Sethos
Posted: Fri Mar 23, 2007 2:16 pm Post subject:

Have you tried to do a Reset XForm on the mirrored object?
---------------------
anear
Posted: Fri Mar 23, 2007 3:10 pm Post subject:

Thanks for your reply.
yes, i tried reset XForm, still get two left hands. The only difference is one hand facing +z, the other facing -z.
--------------------------------------------------------------------------------
TenTerHooK
Posted: Tue Mar 27, 2007 1:41 am Post subject:

Try this:
Under editable mesh/poly in the modifier panel select the left hand. Click "Attach". Choose to Attach the right hand model to the left hand. If you need the two hands to be seperate, merely detach the right hand after these steps.
Reset Xform doesnt always work you see... Attaching one model to another is another method of reseting that can be more robust at times.
--------------------------------------------------------------------------------
anear
Posted: Tue Mar 27, 2007 9:12 am Post subject:

Attach/Detach works! Thank you very much, TenTerHooK.

Monday, January 22, 2007

Impact factor

ISI Web of Science
Journal citation reports
http://portal.isiknowledge.com/portal.cgi?DestApp=JCR&Func=Frame


the journal impact factor is one way authors and readers judge the quality of a publication. Impact factors have been used to assess academic productivity and are sometimes used to evaluate an author. Journal editors are frequently judged by the change in the impact factor of the journal they edit. What is the impact factor and how is it determined? The impact
factor was created in the 1960s to help select journals for the Science Citation Index (2). Today the journal impact factor comes from the Journal Citation Report (JCR), a product of
Thomson Institute for Scientific Information (ISI) (3). The aim of the factor was to develop a scale that allowed small but important review journals to enter the Science Citation
Index. The impact factor of a journal is calculated using two elements: the numerator, which is the number of citations in the literature in the current year to any items published in a
journal in the preceding 2 years and the denominator, which is the total number of substantative articles published in that journal in the same 2 years.

Riyadh temperature by month