|
|
|
Tell us what you think of the site.
|
Autodesk Media & Entertainment User Community
|
Autodesk® 3ds Max®
|
|
Autodesk® Maya®
|
|
Autodesk® Softimage®
|
|
Autodesk® MotionBuilder®
|
|
Autodesk® Mudbox™
|
|
Autodesk® ImageModeler™
|
|
Autodesk® Sketchbook® Pro
|
|
Autodesk® Smoke on Mac®
|
|
Autodesk® Entertainment Creation Suite Ultimate®
|
|
This is probably in the wrong section but i made a model when i needed to put 2 things together and when i saved the scene and compile it, it didnt have both parts in the model viewer
|
|
|
|
A few things worth testing:
1) When you merge it, be sure to freeze the resulting polymesh and delete the original copies (there’s a handy button to do all this at once on the merge property window). Otherwise, you could just be exporting the older seperate pieces.
2) Make sure everything has a texture projection prior to / after the merge.
3) If the model uses different materials, check its VMT file to make sure it is set to use the correct lighting (though I’m not sure if model viewer cares about vertexlit/lightmaplit, so this is probably in vain?)
4) Reimport your reference smd into XSI to see what it looks like, and if it has the correct model.
|
|
|
|
Also, if the model is animated/has bones in it, make sure the merged mesh has a correct envelope encompassing all parts of the merged model.
|
|
|
|
thanks, now i need figure out how to apply the texure to it
|
|
|
|
Did your seperate models have textures applied to them? If so, in the merge ppg, there’s a button to press (in the middle) that merges the textures/materials into the new mesh.
If you’ve never done a texture projection, first read up in the manual. There used to be a great tutorial from Noesis on the Mod Tool page, but I don’t see it there now. It was for importing dynamite into Source…
Then, (in regular XSI, not modtool layout) hit 3 to switch to render layout.
1) Material/constant
2) texture/from file - select the texture image. Very important - in the middle of the ppg, it has a line for texture projections. Currently it’s blank, you don’t have one applied. Select new, Unique UV
3) switch viewport to textured unlit and you should see the model with a texture.
4) adjust UVs - select the model and hit alt-7 to open Texture Editor. Modify as needed, by tweaking the UVs or applying new subprojections as needed. Finally, make sure to freeze the model and all the operators.
|
|
|
|
I mean in the model Viewer in XSI the do it perfectly but in model viewer is purple
|
|
|
|
With source, the model is currently looking for a VMT file. This is a text file you have to create which tells the model which texture to use, as well as defines other surface properties for it.
My old classmates always hated that purple and black grid because they saw it as an error. For me, the purple and black grid is awesome. It means the grunt work of the model compiling is over, and now I just have to focus my efforts on getting the material files in the correct path.
|
|
|
|
so should in the text file should i aim it to the texture it self, or the just the textures folder?
|
|
|
|
$basetexture <texture without extension, relative to <game>\materials\>
Something like:
[URL="http://community.softimage.com/wiki/LightmappedGeneric"][COLOR=#0066cc]LightmappedGeneric[/COLOR][/URL] {
$basetexture brick\brickwall031b
}
|
|
|
|
|
The QC file should point the material to the directory where the VMT is found. The VMT in turn should point to where the VTX texture is (I usually keep the VMT and VTX in the same place).
Author: Cryrid
|
| Replied: 02 June 2009 12:18 AM
|
|
|
|
|
|
|