• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Programming v
« Previous 1 2 3 4 Next »
Selection Groups

 
  • 0 Vote(s) - 0 Average
Selection Groups

ggaliens
Offline

Erlang Hacker
Posts: 954
Threads: 143
Joined: Nov 2012
#3
04-19-2015, 02:40 PM (This post was last modified: 04-19-2015, 02:43 PM by ggaliens.)
A rough sample of how to add ... (code below has not been compiled or determined to be syntactically correct.
Code:
SSELS = St0#st.ssels,

WeID = % YOU FIGURE IT OUT

MyAcc = fun(_Idx,Acc) ->
     StrIdx = lists:flatten( io_lib:format("group_~p",[_Idx])),
     SetVs =GetSet(_Idx, WeID), %% you must write this function
     Key = {vertex,StrIdx},
     Value = [{WeID, SetVs}]
     gb_trees:enter((Key,Value,Acc),
end,
SSELS2 = lists:foldl(MyAcc, SSELS, lists:seq(1,100)),

St0#st{ssels=SSELS2}
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
Selection Groups - by Namrata - 04-19-2015, 01:00 AM
RE: Selection Groups - by micheus - 04-19-2015, 01:14 AM
RE: Selection Groups - by ggaliens - 04-19-2015, 02:40 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode