Tabnine Logo
View.getBackClipDistance
Code IndexAdd Tabnine to your IDE (free)

How to use
getBackClipDistance
method
in
javax.media.j3d.View

Best Java code snippets using javax.media.j3d.View.getBackClipDistance (Showing top 2 results out of 315)

origin: com.googlecode.princeton-java-introduction/stdlib

private static void setScreenScale (double scale) {
  double ratio = scale / view.getScreenScale();
  view.setScreenScale(scale);
  view.setFrontClipDistance(view.getFrontClipDistance() * ratio);
  view.setBackClipDistance(view.getBackClipDistance() * ratio);
}
origin: com.github.fracpete/princeton-java-stdlib

private static void setScreenScale (double scale) {
  double ratio = scale / view.getScreenScale();
  view.setScreenScale(scale);
  view.setFrontClipDistance(view.getFrontClipDistance() * ratio);
  view.setBackClipDistance(view.getBackClipDistance() * ratio);
}
javax.media.j3dViewgetBackClipDistance

Popular methods of View

  • setBackClipDistance
  • setFrontClipDistance
  • addCanvas3D
  • getFrontClipDistance
  • getProjectionPolicy
  • getSceneAntialiasingEnable
  • getScreenScale
  • removeAllCanvas3Ds
  • setFieldOfView
  • setLocalEyeLightingEnable
  • setProjectionPolicy
  • setSceneAntialiasingEnable
  • setProjectionPolicy,
  • setSceneAntialiasingEnable,
  • setScreenScale,
  • setScreenScalePolicy,
  • setTransparencySortingPolicy,
  • setWindowEyepointPolicy,
  • <init>,
  • attachViewPlatform,
  • getFieldOfView

Popular in Java

  • Making http requests using okhttp
  • getSupportFragmentManager (FragmentActivity)
  • getExternalFilesDir (Context)
  • getContentResolver (Context)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now