We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOpenGL and 3D Libraries › video playback issues with P3D
Page Index Toggle Pages: 1
video playback issues with P3D (Read 995 times)
video playback issues with P3D
Mar 13th, 2010, 10:18am
 
Hi,
we're developing a Processing project in Eclipse,
trying to play a video with 3d objects in the background

we're using the standard processing Movie class,
import processing.video.*;
(it seems the only one working with Windows7)
in our project the renderer is P3D, and that cannot be changed, because we're having another issue with OPENGL/JOGL
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: no jogl in java.library.path
besides we're in no need to use OPENGL so, it's ok with P3D

the video plays fine, but we're having some sort of triangulation issue, there's a little diagonal distortion that wears off if we turn off 3d.

Anyone has an idea how to solve that?
Re: video playback issues with P3D
Reply #1 - Mar 13th, 2010, 10:31am
 
try to turn of smooth
Re: video playback issues with P3D
Reply #2 - Mar 14th, 2010, 4:21am
 
it wasn't even turned on.
tried to turn it off manually anyway, but nothing happens Smiley
Re: video playback issues with P3D
Reply #3 - Mar 17th, 2010, 3:58pm
 
please, anyone?
I still have really no clue on how to prevent the nasty triangles on video refresh...
Page Index Toggle Pages: 1