Author Topic: Maxscript-CoronaBitmap  (Read 2504 times)

2016-11-20, 15:43:46

l-nio

  • Active Users
  • **
  • Posts: 6
    • View Profile
How can i access the CoronaBitmap with maxscript?

With regular bitmap i use:
Code: [Select]
environmentMap.coords.U_Tiling = 5.0
Where can i find some doc?

thanks:)

2016-11-20, 15:48:10
Reply #1

Siger

  • Active Users
  • **
  • Posts: 190
    • View Profile
    • Siger Studio
showproperties(CoronaBitmap())
  .filename : filename
  .output (outputNode) : maxObject
  .uvwChannel : integer
  .enviroMapping (enviroMappingMode) : integer
  .filteringBlur : float
  .uvwScale : point3
  .uvwOffset : point3
  .tilingU : integer
  .tilingV : integer
  .interpolation : integer
  .realWorldScale : boolean
  .alphaSource : integer
  .monoChannelOutput : integer
  .rgbChannelOutput : integer
  .clippingU : float
  .clippingV : float
  .clippingWidth : float
  .clippingHeight : float
  .clippingOn : boolean
  .clippingMode : integer
  .gamma : float
  .domeOrigin : point3
  .domeRadius : worldUnits
  .domeCameraHeight : worldUnits
  .wAngle : float
« Last Edit: 2016-11-20, 15:53:49 by Siger »