Back-slash on a danish mac keyboard in windows7 (bootcamp)

Apple, in their minimalistic world, optimized the back-slash ‘\’ away on their keyboards (along with delete and other ‘useless’ keys), so using their keyboords for anything else than writing blogs is a pain when you don’t know where the ‘other’ signs are hidden.

\  (backslash) = alt + “<>” key

| (pipe) = ctrl + alt + “´`” key

This is only for danish keyboards.

I guess this is one of those cases where apple’s designers have forgotten that functionality comes before design. Same thing with the ‘one-mouse-button’ blunder, last time I checked, humans still had 5 fingers on each hand.

 

Spark Line-drawing speed issues

I, after way too many hours of going through my code, finall found out why the linedrawing part of my latest flex 4 project ran really slow.

Spark (and probably all other versions of the linedrawing routine in Flash) runs really slow if the end points end up ‘inbetween’ pixels. Convert the start and end positions to int before drawing and you’ll see a massive speed increase.

Categories: Flash, Flex 4, Spark

ActionScript 3.0 Components

December 31, 2009 Leave a comment

I’ve written a piece on the dreaded Components in ActionScript 3.0

Categories: Flash Tags: , ,

Created a page for simple tips & tricks for XSI

December 30, 2009 Leave a comment

I made this page mainly for my own reference but if anyone have any additions/corrections feel free to inform me.

Categories: XSI Tags:

Local Rotation in ICE

November 16, 2009 Leave a comment

Here’s the ICE tree of locally rotated particles.

LocalRotationInICE

Categories: ICE, XSI Tags: ,

Using ICE to create a fence on a landscape

September 23, 2009 Leave a comment

I used XSI’s ICE to place the fence on the landscape.

Fence on Landscape

I need to go to sleep now. I’ll write how the ICE-tree is constructed later.

Categories: ICE, XSI Tags: ,
Follow

Get every new post delivered to your Inbox.