Skip to content

Commit

Permalink
change aoTexture
Browse files Browse the repository at this point in the history
  • Loading branch information
who am i committed Nov 18, 2020
1 parent 3bbacfd commit 248e4b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Babylonjs/script/controlscript/svganim.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,8 @@ function animationStart(animationName, keys, animCamera) {
if (keys) {
ag.start(false, 2, ag.from, ag.to)
let activecam1 = scene.getCameraByID("Camera")
<<<<<<< HEAD
// console.log( "this is animCamera : ",animCamera)
cameraArcRotateAnimate(activecam1, ...animCamera.cameraAnimTargetNormolPosition, ...animCamera.cameraAnimNormolPosition)
=======
console.log( "this is animCamera : ",animCamera)
cameraArcRotateAnimate(activecam1, ...animCamera.cameraAnimTargetExploitPosition, ...animCamera.cameraAnimExploitPosition)
>>>>>>> 6af838d1b310939ea59c8552757b29f045e8d4b0
// cameraPostionAnimate(activecam1,...animCamera.cameraAnimExploitPosition,...animCamera.cameraAnimTargetExploitPosition)
}
else {
Expand Down

0 comments on commit 248e4b0

Please sign in to comment.