Notifications
Clear all

[Closed] Rendered Pixel on special spot

Hi!

I want to have a colored pixel displayed on a scene object (vertic, dummy, box or something like that)… It should only be a simple pixel without any motionblur or antialiasing… I haven’t found any scripts or videopost effects to realize that… any ideas?

1 Reply
1 Reply
(@bobo)
Joined: 11 months ago

Posts: 0

Search the MAXScript Reference – you might find something
For example, take a look at “How To – Develop a Vertex Renderer” topic.

It contains the function needed to draw a pixel at any 2D position based on world 3D coordinates. Some people modified the code to render particles as points, you can use it to draw at a vertex, a pivot point, whatever…

Hope this helps!

Cheers,
Bobo