MiranDMC
@mirandmc
New Member
Joined: Feb 14, 2024
Topics: 21 / Replies: 69
Reply
RE: Per Face uv mapping

So, peer face maping means that every face has own 3 texture verts. It’s simple to do, genarally maping isn’t difficult if you have knowledge of map v…

15 years ago
Forum
Reply
RE: Default scene light transform

It looks like light is attached to camera (in single light mode) EDIT You just say that :rolleyes: So, code that returns transform matrix of current…

15 years ago
Forum
Reply
Reply
RE: How to calculate one rotation order to another

“Rotation order” no means just order of the values. So that I say before is correct. In max we have ZYX rotation order. It means the X rotation axis …

15 years ago
Forum
Reply
15 years ago
Forum
Topic
Forum
Replies: 10
Views: 67
Reply
RE: Apply Bitmap to DirectX Shader Material

Try this: $.material.diffusetexture = bitmap:(openBitmap “C:\3ds Max 2010 64\Maps\seafloor.dds”) To use image from file you have to load it to get…

15 years ago
Forum
Reply
15 years ago
Forum
Reply
RE: Creating NASA's heightmaps importer

Here is image that represents position of all data sets: “The names of individual data tiles refer to the longitude and latitude of the lower-left (…

15 years ago
Forum
Topic
Forum
Replies: 5
Views: 24
Reply
RE: collecting loops

I no found more extendend looping function than this you can use with ui, so it means you will have to do: collect all selected edges clear selection …

15 years ago
Forum
Reply
RE: structs, rcmenu's, and rollouts

Use global variables. They are accessable from every script. Add this at begining of your script(s): if( MY_SCRIPT_VAR1 == undefined ) then — globa…

15 years ago
Forum
Reply
RE: Maxscript : How to switch off output to Listener?

I didn’t check, but maybe encrypted scripts no prints in the listener?

15 years ago
Forum
Reply
RE: Get geometry Vert ID from map Vert ID?

I wrote this function: function getMapVerts object channel = — return array of map IDs coresponding to mesh verts ( if( meshOp.getMapSupport objec…

15 years ago
Forum
Reply
RE: Groups break and weld functions – optimizing

You code isn’t finished, but I tried gues what you was thinking about and I created this: for i=1 to (wGroups.count-1) do ( group = wGroups[i] …

15 years ago
Forum
Page 4 / 6