Generating 3D images from a text file urgent

write a MAXsript that would a generate images from a text file i.e boy in a text file is picked from a text file and generated as a 3D image any help. i am new to MAXscripting

thanks

Comments

zOffTy's picture

hello :) firt post! I'm

hello :)
firt post!

I'm almost new too, but I think you can start with that to begin

--open the txt file
myFile = openFile "text.txt"
--take the first line
FilterText = readLine MyFile
--create the text
addmodifier (text text: FilterText ) (extrude amont:30)
--use quick render, F9
max quick render

same code in attachment with the "text.txt"

I hope it will help you ;)

zOf

AttachmentSize
Text-QuickRender.rar 267 bytes