User Tools

Site Tools


dev:proposals:largetracks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
dev:proposals:largetracks [2023-01-13 11:57]
56independent [56independent's Opinion] Turns out i already made a script.
dev:proposals:largetracks [2023-01-13 12:06]
56independent [56independent's Opinion] Add example makefile for my silly little script and publish it for complaints
Line 48: Line 48:
  
 For example, to merge two obj models, you can do ''signal_mast+ks_signal_front'', which would put together the blue signal mast and the black part of the Ks signal. To make a series of rotations, you could do ''dtrack_st*r'', which would make versions of ''dtrack_st'' rotated by 22.5 degrees (half of 45 degrees, should be the knight's move track) each. For example, to merge two obj models, you can do ''signal_mast+ks_signal_front'', which would put together the blue signal mast and the black part of the Ks signal. To make a series of rotations, you could do ''dtrack_st*r'', which would make versions of ''dtrack_st'' rotated by 22.5 degrees (half of 45 degrees, should be the knight's move track) each.
 +
 +You put all these commands as seperate lines in a file and pass the filename to the script:
 +
 +<code>
 +(signal_mast+ks_signal_front)*r
 +dtrack_st*r
 +dtrack_switch*r
 +</code>
 +
 +Brackets are not yet supported though (but i would add support if requested)
  
 This could easily reduce the effort needed to make the different models. This could easily reduce the effort needed to make the different models.
  
-If you wish to be able to use this script, contact me.+If you wish to be see the code, visit [[https://pastebin.com/28yvuj6D|This paste]]. For any questions, contact me.
  
 ===== Blockhead's Ideas ===== ===== Blockhead's Ideas =====
dev/proposals/largetracks.txt · Last modified: 2023-01-17 14:46 by evictionbot