Jump to content

google SketchUp ?


A3kri

Recommended Posts

Hello ,

I'm good at using google sketchup

I made some models/buildings

how I can put them into my server ?

as I need them as .col, .dff, and .txd ..

i know only dff & txd

dff : u need 3ds max

txd : txd workshop

col : col editor * i think , cuz i dont relly no anythin about it

Link to comment
 function loadSketchup () 
txd = engineLoadTXD ( "yourfile.txd" ) -- replace yourfile.txd with your file, you can use folder/yourfile.txd for folder 
engineImportTXD ( txd, id ) -- replace id with the object id 
  
dff = engineLoadDFF ( "yourfile.dff", id ) -- replace yourfile.dff with your file, you can use folder/yourfile.dff for folder and id with the object id 
engineReplaceModel ( dff, id ) --- replace id with the object id 
end 
addEventHandler("onClientResourceStart",getRootElement(),loadSketchup) 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...