Forum Replies Created
-
AuthorPosts
-
dragosburianCustomer
Hey guys any news on this issue? Basically this is what we need :
https://cdn.soft8soft.com/demo/examples/index.html#webgl_postprocessing_ssaa
Found these among code examples. Any directions to implementing it?
dragosburianCustomerThe normals are good
dragosburianCustomerYes, here is an example scene with the same issue.
In our application we use the generated scene to a scale, so when rendering it scale the web browser to maybe 20% its initial sign and you will notice that the reflection of the environment over the specular is aliased. Thank you very much for your help!dragosburianCustomerno, just an aluminium-like material
dragosburianCustomerHi guys,
Any news on this fix?
dragosburianCustomerYou can see even in the cube example of verge, observe how the very highly lit zone atop the monkey head get aliased. It seems that this occurs especially around a highly lit reflective surface
dragosburianCustomerYes, could that be a problem? because the environment texture is not square
dragosburianCustomerunfortunately I cannot, but all is standard, with no textures apart from the environment one, all the rest is made of principled bsdf materials
dragosburianCustomerOk, but the issue I am having is these jagged lines, as per attachment. What do you adviseon doing to eliminate these?
dragosburianCustomerOk, but will this work with external variables as in my code?
dragosburianCustomerJust checked, it is here, not deleted. Should this code be put maybe in another function, maybe that would work?
dragosburianCustomerany ideas?
dragosburianCustomerTypeError: “objCache is undefined”
getObjectByNamehttp://localhost:8668/applications/RR300%20Door/visual_logic.js:107:5setObjTransformhttp://localhost:8668/applications/RR300%20Door/visual_logic.js:220:27inithttp://localhost:8668/applications/RR300%20Door/visual_logic.js:74:2loadScenehttp://localhost:8668/applications/RR300%20Door/RR300%20Door.js:80:21loadhttp://localhost:8668/applications/RR300%20Door/v3d.js:1:880351parsehttp://localhost:8668/applications/RR300%20Door/v3d.js:1:771829parsehttp://localhost:8668/applications/RR300%20Door/v3d.js:1:780683maybe that is not where I should place that piece of code?
dragosburianCustomerYes, this is part of the visual_logic.js, PL.init function
PL.init = function(appInstance, scope) {
var vision_panel, motor_cover, roll_cover;
var test = scope[‘variable_1’];
setObjTransform(“width_control”, “scale”, test / 100, ”, ”, false);
setObjTransform(“right_profile”, “position”, 1.3 * (test / 100), ”, ”, false);scope is my variable, and I verified and it works, the value is the correct one, I have breakpoints for both transforms, it reaches the first, but the next is never reached, if you know what i mean. It’s as if it somehow gets redirected.
dragosburianCustomerYes, the variable brings in the right value, the snag is with the transform function
-
AuthorPosts