YOSEMITE AND FSAA 1 , !!!!!!!!


    Jan 03 2015 | 6:40 pm
    hi everybody , i have started to work on a patch which uses jit.gl.text3d , it.gl.text3d is in my case unusable without rendered context set to fsaa 1 .(weird-looking) Everything was going well , i was on Maverick . But now i have to go from a computer to another , which is on Yosemite . And , horror ! FSAA 1 doesn't seem to be available . Here is a short example , in which i can't set the context to FSAA 1 .
    i'm on 10.10 , i think there's a 10.10.1 , i'm gonna try right now ...
    anybody has already found a solution to this ? does my bug happen on your (Yosemite) computers too ?
    tomorrow is the last day before going with the patch , to the client , ! ...
    thanks anyway ...
    Matthieu

    • Jan 03 2015 | 6:52 pm
      grrr , same problem with 10.10.1 here ...
    • Jan 03 2015 | 7:17 pm
      and i'm on Max 7 . i'll try with Max 6 .
    • Jan 03 2015 | 7:58 pm
      WAW ! , fsaa 1 is available , on the same patch , on YOSEMITE , just using MAX 6 . coooool !
      but i have another problem , in Max 7 , using jit.gl.text3d , i was using the "line_length" attribute , to get one piece of text being written on several lines . That's quite important , i have hundreds of lines to deal with .
      Is Max 6 's jit.gl.text3d able to deal with this feature (using another attribute) ? or has it been a new feature , coming with Max 7 ?
      any comment highly appreciated !
      And , at last , i have noticed a huge efficiency difference , coming back to Max 6 , approximatively 2 times more efficient (and user interface , windows,clics, ... ,much faster). The computer i'm now working on is a new MBP 13" , 2,6ghz , 8goDDR3 , and using 2 external screens (1024x768 and 1920x1080) .
      any tip on how to get text written on several lines in Max 6 with jit.gl.text3d ? ,
      cheers Matthieu
    • Jan 04 2015 | 12:04 am
      line_length is only available in Max 7. see my reply here for possible alternatives: https://cycling74.com/forums/fsaa-issue-max-7-01-os-10-10-1/
    • Jan 04 2015 | 1:06 am
      thanks rob
    • Jan 18 2015 | 5:32 pm
      i have just discovered that jit.world was able (Max 7 and Yosemite) to toggle fsaa on 1 , great !
      also , its cornerpin ability is great ! but how can we control the corners position ? i have tried "lower_left $1 $2" , but jit.world doesn't understand , any tip ?
      Matthieu
    • Jan 18 2015 | 5:49 pm
      OK , i had forgotten to add sendcornerpin before lower_left...
      so , the good message is "sendcornerpin lower_left $1 $2" .
      ...