WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-25-2023, 08:13 AM
khvo100v khvo100v is offline
Registered User
 
Join Date: Sep 2023
Posts: 1
Lightbulb How can I make objects (not the whole screen) blurry?

Hello!

I am coding an experiment in Vizard. I want to present an object (e.g., a box) behind the semitransparent glass. To make it look more realistic, I want to make the edges of the object a bit blurry.
How can I do that? I found the Blur effects in Vizard documentation but it seems to me that they make the whole picture blurry, not specific places.

I would appreciate any help! I attached the toy version of my script with an object behind the glass. As you can see, the edges of the object have the same sharpness if you look at them directly or through the glass.


viz.setMultiSample(8)
viz.fov(60)
viz.go()
ground = viz.addChild('ground.osgb')
target = vizshape.addBox(size=[0.5,0.5,0.001], pos=[0,1.5,6])
filter_= vizshape.addQuad(size=[3.4,1.8],axis=vizshape.AXIS_Z,cullFace=False,alpha=0.5,eul er = [0,180,0],pos=[0,1.5,4],color=[0,0,1])
Reply With Quote
 

Tags
blurry, object

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Screen Size and Scaling javadi Vizard 2 04-02-2013 05:56 PM
How to make screen black? Josh Vizard 1 04-02-2010 12:30 PM
Semi-circle array containing target and distractor objects ptjt255 Vizard 3 08-04-2009 03:09 AM
Could not find plugin to load objects... halley Vizard 1 05-30-2006 11:01 AM
putting objects on the screen jargon Vizard 7 05-24-2005 11:31 AM


All times are GMT -7. The time now is 04:45 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC